In JDK12, SAP has contributed a feature called "Delayed starting of debugging via jcmd". See JDK-8214892. It adds the capability to start a JVM with the JDWP agent loaded but debugging not yet enabled. The user can later on start the actual debugging which will open up a port for the debugger to connect.
This feature had been pushed to the JDK without a broader discussion of the overall "Debugging on Demand" feature, so it was decided to hide the feature for now. SeeJDK-8226608. There are a few edges that have to be addressed such as:
- naming of commands and options
- usability (e.g. allow later configuration of debugging transport parameters such as port, server/client mode etc.)
- consider adding methods to start the debugging agent to the com.sun.tools.attach.VirtualMachine interface
- performance of the VM with debugging agent loaded but debugging not enabled
This task shall collect subtasks to address these points.
This feature had been pushed to the JDK without a broader discussion of the overall "Debugging on Demand" feature, so it was decided to hide the feature for now. See
- naming of commands and options
- usability (e.g. allow later configuration of debugging transport parameters such as port, server/client mode etc.)
- consider adding methods to start the debugging agent to the com.sun.tools.attach.VirtualMachine interface
- performance of the VM with debugging agent loaded but debugging not enabled
This task shall collect subtasks to address these points.
- relates to
-
JDK-8214892 Delayed starting of debugging via jcmd
-
- Resolved
-
-
JDK-8227745 Enable Escape Analysis for Better Performance in the Presence of JVMTI Agents
-
- Resolved
-
-
JDK-8336401 Remove the option onjcmd from the jdwp agent
-
- Resolved
-
-
JDK-8223065 Add jcmd to get the listen address of the debugger
-
- Closed
-