Bug 568047 - Support for additional switches in debug session
Summary: Support for additional switches in debug session
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.18   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-20 13:24 EDT by Carsten Hammer CLA
Modified: 2020-10-21 00:57 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Hammer CLA 2020-10-20 13:24:04 EDT
-XX:{+-}PrintExtendedThreadInfo since java 11
https://bugs.openjdk.java.net/browse/JDK-8200720

-XX:+-ExtensiveErrorReports since java 12
https://bugs.openjdk.java.net/browse/JDK-8211846

This is to support openjdk similar to what https://sap.github.io/SapMachine/ does.
Comment 1 Sarika Sinha CLA 2020-10-21 00:57:42 EDT
We can add them but not selected as default, and will have to check out on the space constraints.