aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

JDK11 arm_linux runtime/NMT/SafepointPollingPages.java

Open Haroon-Khel opened this issue 9 months ago • 1 comments

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

Haroon-Khel avatar Jan 23 '25 12:01 Haroon-Khel