RFR: 8329533: TestCDSVMCrash fails on libgraal
Calvin Cheung
ccheung at openjdk.org
Fri Apr 5 17:46:10 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.
Marked as reviewed by ccheung (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18660#pullrequestreview-1983792700
More information about the hotspot-runtime-dev
mailing list