You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
16:35:32 STDOUT:
16:35:32 grabbing reentrantLock
16:35:32 State: expected: WAITING single: 5 multi: 5
16:35:32 STDERR:
16:35:32 java.lang.RuntimeException: JVMTI single thread state is wrong
16:35:32 at ThreadListStackTracesTest.failed(ThreadListStackTracesTest.java:100)
16:35:32 at ThreadListStackTracesTest.checkStates(ThreadListStackTracesTest.java:146)
16:35:32 at ThreadListStackTracesTest.checkReentrantLock(ThreadListStackTracesTest.java:118)
16:35:32 at ThreadListStackTracesTest.main(ThreadListStackTracesTest.java:103)
16:35:32 at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
16:35:32 at java.base/java.lang.reflect.Method.invoke(Method.java:586)
16:35:32 at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
16:35:32 at java.base/java.lang.Thread.run(Thread.java:1582)
16:35:32
16:35:32 JavaTest Message: Test threw exception: java.lang.RuntimeException: JVMTI single thread state is wrong
16:35:32 JavaTest Message: shutting down test
16:35:32
16:35:32 STATUS:Failed.`main' threw exception: java.lang.RuntimeException: JVMTI single thread state is wrong
The text was updated successfully, but these errors were encountered:
Hello. I am a self-taught java developer.I wrote both console programs and Gradle/Maven microservices and libraries.I would like to try myself in real tasks and solve this problem.
https://openj9-jenkins.osuosl.org/job/Test_openjdk22_j9_extended.openjdk_aarch64_linux_Personal/1
serviceability_jvmti_j9_0
serviceability_jvmti_j9_1
serviceability/jvmti/vthread/ThreadListStackTracesTest/ThreadListStackTracesTest.java
The text was updated successfully, but these errors were encountered: