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
/
dd-trace-java
Public
Notifications
You must be signed in to change notification settings
Fork
350
Star
727
Code
Issues
252
Pull requests
171
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Provide access to VM arguments via shared CLIHelper
- #8538
#8538
Merged
mtoffl01
merged 17 commits into
master
DataDog/dd-trace-java:master
from
mtoff/jvm-args
DataDog/dd-trace-java:mtoff/jvm-args
Copy head branch name to clipboard
Mar 25, 2025
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Provide access to VM arguments via shared CLIHelper
#8538
mtoffl01
merged 17 commits into
master
DataDog/dd-trace-java:master
from
mtoff/jvm-args
DataDog/dd-trace-java:mtoff/jvm-args
Copy head branch name to clipboard
Commits
Commits on Mar 10, 2025
Abstract away getVMArgumentsThroughReflection into a VMArgsCache class
mtoffl01
committed
a9d4400
View commit details
Copy full SHA for a9d4400
Browse repository at this point
Commits on Mar 11, 2025
Change underlying data structure of VMArgsCache to HashSet
mtoffl01
committed
d688313
View commit details
Copy full SHA for d688313
Browse repository at this point
Update internal-api/src/main/java/datadog/trace/bootstrap/config/provider/VMArgsCache.java
Show description for d6344a8
mtoffl01
and
datadog-datadog-prod-us1[bot]
authored
d6344a8
View commit details
Copy full SHA for d6344a8
Browse repository at this point
Update internal-api/src/main/java/datadog/trace/bootstrap/config/provider/VMArgsCache.java
Show description for 6aba3f8
mtoffl01
and
datadog-datadog-prod-us1[bot]
authored
6aba3f8
View commit details
Copy full SHA for 6aba3f8
Browse repository at this point
Update internal-api/src/main/java/datadog/trace/bootstrap/config/provider/VMArgsCache.java
Show description for 8afbec1
mtoffl01
and
datadog-datadog-prod-us1[bot]
authored
8afbec1
View commit details
Copy full SHA for 8afbec1
Browse repository at this point
Commits on Mar 12, 2025
Clean up for initial review
mtoffl01
committed
d807b02
View commit details
Copy full SHA for d807b02
Browse repository at this point
fix merge conflicts
mtoffl01
committed
0603490
View commit details
Copy full SHA for 0603490
Browse repository at this point
Commits on Mar 14, 2025
move VMArgsCache to components/cli
mtoffl01
committed
7ce4953
View commit details
Copy full SHA for 7ce4953
Browse repository at this point
fix datadog.cli import
mtoffl01
committed
7a9f694
View commit details
Copy full SHA for 7a9f694
Browse repository at this point
nits: remove outdated comments
mtoffl01
committed
dd17ca2
View commit details
Copy full SHA for dd17ca2
Browse repository at this point
Commits on Mar 17, 2025
annotate initJvmArgs with @SuppressForbidden to allow Class.forName() usage
mtoffl01
committed
2798bed
View commit details
Copy full SHA for 2798bed
Browse repository at this point
Commits on Mar 24, 2025
Merge branch 'master' into mtoff/jvm-args
mtoffl01
authored
1d30309
View commit details
Copy full SHA for 1d30309
Browse repository at this point
Commits on Mar 25, 2025
Merge remote-tracking branch 'origin/master' into mtoff/jvm-args
mcculls
committed
2ca8d98
View commit details
Copy full SHA for 2ca8d98
Browse repository at this point
Fix package directory
mcculls
committed
253e5e4
View commit details
Copy full SHA for 253e5e4
Browse repository at this point
Cleanup code:
Show description for e67ae7a
mcculls
committed
e67ae7a
View commit details
Copy full SHA for e67ae7a
Browse repository at this point
Remove warning when reflection fails
mcculls
committed
b844607
View commit details
Copy full SHA for b844607
Browse repository at this point
Expose components:cli from internal-api
mcculls
committed
8837a21
View commit details
Copy full SHA for 8837a21
Browse repository at this point
You can’t perform that action at this time.