eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.28k stars 721 forks source link

Investigate if the order of -agentlib/-agentpath/-Xrunjdwp command line option is significant #20259

Open JasonFengJ9 opened 3 weeks ago

JasonFengJ9 commented 3 weeks ago

Related to https://github.com/eclipse-openj9/openj9/pull/20202#discussion_r1778948367

Current JVMTI code processes -agentlib, -agentpath, and -Xrunjdwp in three separate scans, should they be scanned in one pass according to their order?

github-actions[bot] commented 3 weeks ago

Issue Number: 20259 Status: Open Recommended Components: comp:vm, comp:test, comp:build Recommended Assignees: keithc-ca, jasonfengj9, pshipton