RFR: 8329533: TestCDSVMCrash fails on libgraal

Matias Saavedra Silva matsaave at openjdk.org
Mon Apr 8 14:09:13 UTC 2024


On Fri, 5 Apr 2024 17:43:13 GMT, Calvin Cheung <ccheung 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).

Thanks for the reviews @calvinccheung and @iklam!

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

PR Comment: https://git.openjdk.org/jdk/pull/18660#issuecomment-2042851545


More information about the hotspot-runtime-dev mailing list