Ignore VirtualThreads in jvmtiGetAllThreads and Thread.getThreads - #15635
Conversation
|
@tajila can you please review this PR? |
|
jenkins test sanity amac jdk19 |
|
jenkins compile win jdk19 |
|
|
|
This change impacts the following methods in JDK19+: - private static native Thread[] getThreads() - jvmtiGetAllThreads Virtual threads are ignored by looking at J9VMThread->carrierThreadObject instead of J9VMThread->threadObject. Related: eclipse-openj9#15183 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
|
Updated PR to cover |
|
can you also update |
Last Thursday's update included the |
|
jenkins compile win jdk19 |
|
jenkins test sanity amac jdk19 |
This change impacts the following methods in JDK19+:
private static native Thread[] getThreads()jvmtiGetAllThreadsVirtual threads are ignored by looking at
J9VMThread->carrierThreadObjectinstead of
J9VMThread->threadObject.Related: #15183
Signed-off-by: Babneet Singh sbabneet@ca.ibm.com