Per-thread garbage collection events are being added into the JVMTI Spec for JDK 9.
Please, see the enhancement:JDK-6445798
It seems reasonable to have a matching event in the JDI/JDWP.
The package com.sun.jdi.event must be extended with the new interface:
public interface MonitorContendedExitEvent extends LocatableEvent
Please, see the enhancement:
It seems reasonable to have a matching event in the JDI/JDWP.
The package com.sun.jdi.event must be extended with the new interface:
public interface MonitorContendedExitEvent extends LocatableEvent
- relates to
-
JDK-6445798 JVMTI Spec: Per-thread garbage collection events
-
- Closed
-