RFR: 8329533: TestCDSVMCrash fails on libgraal

Ioi Lam iklam at openjdk.org
Fri Apr 5 17:13:59 UTC 2024


On Fri, 5 Apr 2024 16:34:06 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:

> After [JDK-8321550](https://bugs.openjdk.org/browse/JDK-8321550), `TestCDSVMCrash.java` fails on libgraal likely due to the allocated array being optimized out. Part of the aforementioned patch was reverted, `vm.flagless` was added as intended to prevent it from running, and the array was made static to future-proof the test. Verified in tier1-4 and in local testing.

LGTM

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

Marked as reviewed by iklam (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18660#pullrequestreview-1983744121


More information about the hotspot-runtime-dev mailing list