This test fails because it limits the virtual memory available the test JVM process[1] such that there is insufficient memory to mmap libgraal. When this happens, the VM should still continue, just without JIT compilation.
[1] https://github.com/openjdk/jdk/blob/86a18f5e2e0825dddb77656b2f43f64684f1464c/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java#L92
[1] https://github.com/openjdk/jdk/blob/86a18f5e2e0825dddb77656b2f43f64684f1464c/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java#L92
- relates to
-
JDK-8315948 JDK-8315818 broke Xcomp on libgraal
- Resolved
-
JDK-8316453 [JVMCI] Using Xcomp on jargraal must eagerly initialize JVMCI
- Resolved
-
JDK-8316273 JDK-8315818 broke JVMCIPrintProperties on libgraal
- Resolved
- links to
-
Commit openjdk/jdk/ebc718f5
-
Review(master) openjdk/jdk/15602