RFR: 8292386: jvmti/thread/SuspendThread/suspendthrd03 failed with "FAIL: Status is 2"

Daniel D. Daugherty dcubed at openjdk.org
Tue Oct 11 18:24:17 UTC 2022


On Tue, 11 Oct 2022 16:46:37 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:

> This test duplicates runtime/handshake/HandshakeSuspendExitTest.java and might be deleted.

I don't think that this test:

 serviceability/jvmti/thread/SuspendThread/suspendthrd03/suspendthrd03.java

duplicates:

runtime/handshake/HandshakeSuspendExitTest.java

It appears to be a ported test based on this test:

test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003.java
test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/suspendthrd003.cpp
test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/TestDescription.java

I'm pretty sure that I added vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003 as
part of my work on Thread-SMR. It looks like this test:

 serviceability/jvmti/thread/SuspendThread/suspendthrd03/suspendthrd03.java

was added as part of the Loom project for some reason.

-------------

PR: https://git.openjdk.org/jdk/pull/10662


More information about the serviceability-dev mailing list