Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
DataDog
/
dd-trace-java
Public
Notifications
You must be signed in to change notification settings
Fork
358
Star
737
Code
Issues
252
Pull requests
210
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add find-or-insert Reservation API to ConcurrentHashtable
- #12454
#12454
Closed
dougqh
wants to merge 9 commits into
master
DataDog/dd-trace-java:master
from
feat/concurrenthashtable-reservation-api
DataDog/dd-trace-java:feat/concurrenthashtable-reservation-api
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Closed
Add find-or-insert Reservation API to ConcurrentHashtable
#12454
dougqh
wants to merge 9 commits into
master
DataDog/dd-trace-java:master
from
feat/concurrenthashtable-reservation-api
DataDog/dd-trace-java:feat/concurrenthashtable-reservation-api
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2026
Encapsulate ConcurrentHashtable.SizeManager and relocate createBounded
Show description for 9d2f878
dougqh
and
claude
committed
9d2f878
View commit details
Copy full SHA for 9d2f878
Browse repository at this point
Add self-bounded Entry generics and a find-or-insert Reservation API to ConcurrentHashtable
Show description for 52065ce
dougqh
and
claude
committed
52065ce
View commit details
Copy full SHA for 52065ce
Browse repository at this point
Commits on Sep 11, 2026
Restore self-bounded D1/D2 Entry generics, add hashIterator, fix stack-trace re-allocation in LogCollector
Show description for bda4059
dougqh
and
claude
committed
bda4059
View commit details
Copy full SHA for bda4059
Browse repository at this point
Filter hashIterator to exact keyHash matches
Show description for f34842e
dougqh
and
claude
committed
f34842e
View commit details
Copy full SHA for f34842e
Browse repository at this point
Move Reservation factory params to the end, add hashIterable, rename loop var
Show description for 9934c82
dougqh
and
claude
committed
9934c82
View commit details
Copy full SHA for 9934c82
Browse repository at this point
Type Entry.next as TEntry instead of Entry<?>
Show description for bf02bf9
dougqh
and
claude
committed
bf02bf9
View commit details
Copy full SHA for bf02bf9
Browse repository at this point
Add Reservation escape hatch for pre-built entries, rename isPresent to isReserved
Show description for a62095f
dougqh
and
claude
committed
a62095f
View commit details
Copy full SHA for a62095f
Browse repository at this point
Drop the self-type parameter from D1.Entry/D2.Entry
Show description for 995f7cb
dougqh
and
claude
committed
995f7cb
View commit details
Copy full SHA for 995f7cb
Browse repository at this point
Restore original D2Entry class in ThreadSafeMapD2Benchmark
Show description for 8430830
dougqh
and
claude
committed
8430830
View commit details
Copy full SHA for 8430830
Browse repository at this point
You can’t perform that action at this time.