RFR: 8323616: [JVMCI] TestInvalidJVMCIOption.java fails intermittently with NPE [v3]
Doug Simon
dnsimon at openjdk.org
Tue Jan 16 08:36:37 UTC 2024
> This PR removes an assertion from `TestInvalidJVMCIOption` that can fail intermittently due to a race between JIT initialization and runtime class initialization.
> The only thing the test should guarantee is that an invalid option is detected and results in a VM exit.
Doug Simon has updated the pull request incrementally with one additional commit since the last revision:
use vm_exit_during_initialization instead of vm_exit
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17397/files
- new: https://git.openjdk.org/jdk/pull/17397/files/0b183260..91be4c2d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17397&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17397&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/17397.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17397/head:pull/17397
PR: https://git.openjdk.org/jdk/pull/17397
More information about the hotspot-compiler-dev
mailing list