RFR: 8316453: [JVMCI] Using Xcomp on jargraal must eagerly initialize JVMCI

Doug Simon dnsimon at openjdk.org
Tue Sep 19 12:32:24 UTC 2023


This PR fixes the behavior of jargraal under `-Xcomp` such that compilations of methods executed after VM startup are blocking compilations.

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

Commit messages:
 - force eager JVMCI initialization in jargraal with -Xcomp

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

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


More information about the hotspot-runtime-dev mailing list