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

This pull request has now been integrated.

Changeset: 6439375b
Author:    Matias Saavedra Silva <matsaave at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6439375bb96346f4b34ba57e8e61ffe1905563f1
Stats:     5 lines in 1 file changed: 3 ins; 0 del; 2 mod

8329533: TestCDSVMCrash fails on libgraal

Reviewed-by: iklam, ccheung

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

PR: https://git.openjdk.org/jdk/pull/18660


More information about the hotspot-runtime-dev mailing list