RFR: 8315818: vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java fails on libgraal

Doug Simon dnsimon at openjdk.org
Wed Sep 6 20:57:04 UTC 2023


This PR modifies eager JVMCI initialization such that a failure is logged but otherwise ignored if the initialization is solely for the purpose of `-Xcomp`.

This allows tests such as `vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java` to succeed on libgraal, even when there is insufficient virtual memory to mmap libgraal.

-------------

Commit messages:
 - allow eager JVMCI initialization to fail if only done for -Xcomp
 - fix spelling

Changes: https://git.openjdk.org/jdk/pull/15602/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15602&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8315818
  Stats: 20 lines in 1 file changed: 13 ins; 0 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/15602.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15602/head:pull/15602

PR: https://git.openjdk.org/jdk/pull/15602


More information about the hotspot-runtime-dev mailing list