RFR: 8323616: [JVMCI] TestInvalidJVMCIOption.java fails intermittently with NPE

Tobias Hartmann thartmann at openjdk.org
Fri Jan 12 14:38:25 UTC 2024


On Fri, 12 Jan 2024 14:25:29 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> 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.

Looks good and trivial.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17397#pullrequestreview-1818397891


More information about the hotspot-compiler-dev mailing list