libgraal is enabled by default in GraalVM which makesif fail jtreg tests that expect to be able to specify a JVMCI compiler with -Djvmci.Compiler. To support this use case, -XX:-UseJVMCINativeLibrary must be specified as well.
- duplicates
-
JDK-8238758 [JVMCI] fix JVMCI jtreg events tests to work with GraalVM
- Resolved