-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDK19 serviceability_jvmti_j9_1_FAILED serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java Test FAILED: Unexpected thread state #16276
JDK19 serviceability_jvmti_j9_1_FAILED serviceability/jvmti/vthread/SelfSuspendDisablerTest/SelfSuspendDisablerTest.java Test FAILED: Unexpected thread state #16276
Comments
The test fails for a platform thread. This is not related to Project Loom, and does not need to be addressed for the Java 19 release. The thread is correctly suspended. But, the So, the test needs to perform a check similar to
Macro Definitionsopenj9/runtime/include/jvmti.h.m4 Lines 72 to 87 in f21e296
|
See eclipse-openj9/openj9#16276. Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
See eclipse-openj9/openj9#16276. Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
I don't agree with the solution to this. The quoted document says:
This says to me that |
Can you please elaborate? "More than one of..." implies that both |
Perhaps I read too quickly (or misread that document). Either I assumed that On the other hand, the test was excessively relaxed, by ignoring all bits other than the expected ones: now situations where more bits are set than legally should be will not (but should) fail. |
@babsingh can you address Keiths comment |
Yes, planning to create a fix by EOD. |
Fixes: eclipse-openj9/openj9#16276 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Fixes: eclipse-openj9/openj9#16276 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Fixes: eclipse-openj9/openj9#16276 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Fixes: eclipse-openj9/openj9#16276 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Fixes: eclipse-openj9/openj9#16276 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
Failure link
From an internal build(
rhel7s390x-4-6
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - all failed
The text was updated successfully, but these errors were encountered: