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
Accelerator
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
Type
/
to 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
/
java-profiler
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
33
Code
Issues
15
Pull requests
19
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
java-profiler
ddprof-lib
src
test
cpp
on
fix/jmethodid_final
User selector
All users
All time
Commit history
Commits on Aug 12, 2026
Add regression tests for VMMethod::id() cache-state branches
Show description for e2644ce
jbachorik
committed
e2644ce
View commit details
Copy full SHA for e2644ce
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
Never patch the profiler's own import table (#721)
Show description for f55119f
hisener
and
claude
authored
f55119f
View commit details
Copy full SHA for f55119f
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
fix: don't disable profiler on Alpine/musl over missing libgcc_s.so.1 (#720)
jbachorik
authored
b220402
View commit details
Copy full SHA for b220402
View code at this point
Browse repository at this point
Guard Recording::writeElement against SIGSEGV on a corrupted metadata tree (#692)
jbachorik
authored
bea1a9b
View commit details
Copy full SHA for bea1a9b
View code at this point
Browse repository at this point
Fix memory leak in JfrMetadata::reset() (#694)
jbachorik
authored
b845049
View commit details
Copy full SHA for b845049
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
[fault-injection] Profiler::recordSample() stack walk is unprotected (#687)
zhengyu123
authored
6e7e0d6
View commit details
Copy full SHA for 6e7e0d6
View code at this point
Browse repository at this point
Commits on Jul 31, 2026
Avoid retaining invalid VM method pointers (#699)
jbachorik
authored
86367c7
View commit details
Copy full SHA for 86367c7
View code at this point
Browse repository at this point
Commits on Jul 28, 2026
Update test
zhengyu123
committed
d71431e
View commit details
Copy full SHA for d71431e
View code at this point
Browse repository at this point
Fix test
zhengyu123
committed
78f4b2f
View commit details
Copy full SHA for 78f4b2f
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for e2320de
zhengyu123
and
Copilot
authored
e2320de
View commit details
Copy full SHA for e2320de
View code at this point
Browse repository at this point
Commits on Jul 27, 2026
Potential fix for pull request finding
Show description for a309403
zhengyu123
and
Copilot
authored
a309403
View commit details
Copy full SHA for a309403
View code at this point
Browse repository at this point
Fix
zhengyu123
committed
49cc0df
View commit details
Copy full SHA for 49cc0df
View code at this point
Browse repository at this point
Merge branch 'zgu/missing_libgcc' of github.com:DataDog/java-profiler into zgu/missing_libgcc
zhengyu123
committed
fc39a7d
View commit details
Copy full SHA for fc39a7d
View code at this point
Browse repository at this point
More test fix
zhengyu123
committed
1652bc7
View commit details
Copy full SHA for 1652bc7
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for ae7a042
zhengyu123
and
Copilot
authored
ae7a042
View commit details
Copy full SHA for ae7a042
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for bbf8bf8
zhengyu123
and
Copilot
authored
bbf8bf8
View commit details
Copy full SHA for bbf8bf8
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for 30eb44c
zhengyu123
and
Copilot
authored
30eb44c
View commit details
Copy full SHA for 30eb44c
View code at this point
Browse repository at this point
Fix test
zhengyu123
committed
0fd9d2d
View commit details
Copy full SHA for 0fd9d2d
View code at this point
Browse repository at this point
Exclude test on none linux platforms
zhengyu123
committed
03931c2
View commit details
Copy full SHA for 03931c2
View code at this point
Browse repository at this point
Merge branch 'zgu/missing_libgcc' of github.com:DataDog/java-profiler into zgu/missing_libgcc
zhengyu123
committed
413bbce
View commit details
Copy full SHA for 413bbce
View code at this point
Browse repository at this point
Test for injection bool values
zhengyu123
committed
d97b572
View commit details
Copy full SHA for d97b572
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for aebb2f4
zhengyu123
and
Copilot
authored
aebb2f4
View commit details
Copy full SHA for aebb2f4
View code at this point
Browse repository at this point
Added fault-injection for test
zhengyu123
committed
54e0fc2
View commit details
Copy full SHA for 54e0fc2
View code at this point
Browse repository at this point
Use sigsetjmp/siglongjmp instead of setjmp/longjmp (#686)
Show description for 587a45c
3 people
authored
587a45c
View commit details
Copy full SHA for 587a45c
View code at this point
Browse repository at this point
Commits on Jul 24, 2026
feat(nativemem): categorized native-memory accounting — first cut (#669)
Show description for b1eace6
rkennke
and
claude
authored
b1eace6
View commit details
Copy full SHA for b1eace6
View code at this point
Browse repository at this point
Commits on Jul 23, 2026
feat(profiler): native malloc/socket stack capture with profiler-hook frame skipping (#648)
jbachorik
authored
4e9bc17
View commit details
Copy full SHA for 4e9bc17
View code at this point
Browse repository at this point
fix(codecache): make memoryUsage() accurate and live (#677)
Show description for 69ba264
rkennke
and
claude
authored
69ba264
View commit details
Copy full SHA for 69ba264
View code at this point
Browse repository at this point
Commits on Jul 20, 2026
Fix merge (test)
zhengyu123
committed
a11683e
View commit details
Copy full SHA for a11683e
View code at this point
Browse repository at this point
Merge branch 'main' into zgu/fault-injection
zhengyu123
committed
f04ae95
View commit details
Copy full SHA for f04ae95
View code at this point
Browse repository at this point
Commits on Jul 17, 2026
Adopt ThreadLocal to store ProfiledThread (#639)
Show description for 3d96dc4
3 people
authored
3d96dc4
View commit details
Copy full SHA for 3d96dc4
View code at this point
Browse repository at this point
Merge branch 'zgu/fault-injection' of github.com:DataDog/java-profiler into zgu/fault-injection
zhengyu123
committed
af63690
View commit details
Copy full SHA for af63690
View code at this point
Browse repository at this point
Removed unused
zhengyu123
committed
f97ecb6
View commit details
Copy full SHA for f97ecb6
View code at this point
Browse repository at this point
Commits on Jul 16, 2026
Merge branch 'main' into zgu/fault-injection
zhengyu123
authored
c1426c9
View commit details
Copy full SHA for c1426c9
View code at this point
Browse repository at this point
Potential fix for pull request finding
Show description for 0567605
zhengyu123
and
Copilot
authored
0567605
View commit details
Copy full SHA for 0567605
View code at this point
Browse repository at this point
Gate FrameType::isRawPointer on ENCODED_MASK and HotSpot (#667)
jbachorik
authored
a1d2ba1
View commit details
Copy full SHA for a1d2ba1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.