Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288582 | 20 | Alan Bateman | P3 | Resolved | Fixed | b03 |
A number of the preview APIs added by JEP 425 exist to expose and support the virtual threads preview feature:
com.sun.jdi.ThreadReference.isVirtual
com.sun.jdi.request.ThreadStartRequest.addPlatformThreadFilter
com.sun.jdi.request.ThreadDeathRequest.addPlatformThreadFilter
com.sun.management.HotSpotDiagnosticMXBean.dumpThreads
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
com.jfr.consumer.RecordedThread.isVirtual
These APIs should be reflective preview APIs (see JEP 12).
com.sun.jdi.ThreadReference.isVirtual
com.sun.jdi.request.ThreadStartRequest.addPlatformThreadFilter
com.sun.jdi.request.ThreadDeathRequest.addPlatformThreadFilter
com.sun.management.HotSpotDiagnosticMXBean.dumpThreads
com.sun.management.HotSpotDiagnosticMXBean.ThreadDumpFormat
com.jfr.consumer.RecordedThread.isVirtual
These APIs should be reflective preview APIs (see JEP 12).
- backported by
-
JDK-8288582 Preview APIs in jdk.jdi, jdk.management, and jdk.jfr should be reflective preview APIs
-
- Resolved
-
- csr for
-
JDK-8288422 Preview APIs in jdk.jdi, jdk.management, and jdk.jfr should be reflective preview APIs
-
- Closed
-