JDK11 arm_linux runtime/NMT/SafepointPollingPages.java
- Dominant language
- HTML
- Stars
- 155
- Forks
- 346
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
runtime/NMT/SafepointPollingPages.java, of hotspot_runtime, fails on arm linux for JDK11, not seeing it on other JDK versions
https://ci.adoptium.net/job/Test_openjdk11_hs_extended.openjdk_arm_linux/168/testReport/runtime_NMT_SafepointPollingPages/java/SafepointPollingPages/
```
08:14:23 add exports: java.base/jdk.internal.misc ALL-UNNAMED
08:14:23
08:14:23 STDOUT:
08:14:23 STDERR:
08:14:23 ThreadLocalHandshakes not yet supported on this platform
08:14:23 Error: Could not create the Java Virtual Machine.
08:14:23 Error: A fatal exception has occurred. Program will exit.
08:14:23 rerun:
08:14:23 cd /home/jenkins/workspace/Test_openjdk11_hs_extended.openjdk_arm_linux/aqa-tests/TKG/output_17375166275942/hotspot_runtime_0/work/scratch/0 && \
08:14:23 DISPLAY=:0 \
```
Error log suggests it should be excluded
Contributor guide
Research direction
Start with runtime/NMT/SafepointPollingPages.java and the linked JDK11 arm_linux test report, then review the error log showing that ThreadLocalHandshakes is unsupported on this platform. Confirm the failure on JDK11 arm Linux and make the test exclusion match the platform and version; done means the test no longer runs and fails there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- operating-systems, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100