-
Notifications
You must be signed in to change notification settings - Fork 752
jdk21 java/util/concurrent/StructuredTaskScope/StructuredThreadDumpTest cannot find symbol HotSpotDiagnosticMXBean #17634
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
Comments
@babsingh pls take a look. Should OpenJ9 provide an equivalent JSON formatted Thread dump implementation, or start including a subset of HotSpotDiagnosticMXBean? I didn't see it at first, but this is a dup of #15278 which excluded the test. The test was renamed since it's no longer an incubator. @tajila fyi |
After a quick look, I believe that we might be able to to consume |
This will allow us to enable a JTReg test for Structured Concurrency. JTReg test: StructuredTaskScope/StructuredThreadDumpTest Related: eclipse-openj9#17634 Signed-off-by: Babneet Singh <[email protected]>
eclipse-openj9/openj9#17709 adds the required support to enable StructuredThreadDumpTest. Related issues which can be closed after the test is enabled: - eclipse-openj9/openj9#17634 - eclipse-openj9/openj9#15278 Signed-off-by: Babneet Singh <[email protected]>
eclipse-openj9/openj9#17709 adds the required support to enable StructuredThreadDumpTest. Related issues which can be closed after the test is enabled: - eclipse-openj9/openj9#17634 - eclipse-openj9/openj9#15278 Signed-off-by: Babneet Singh <[email protected]>
@babsingh a reminder to remove the |
https://openj9-jenkins.osuosl.org/job/Grinder_testList_2/46/ - amac jdk21
java/util/concurrent/StructuredTaskScope/StructuredThreadDumpTest.java
The text was updated successfully, but these errors were encountered: