RFR: 8345646: aotClassLinking/BulkLoaderTest.java fails if VM options are incompatible

Ioi Lam iklam at openjdk.org
Mon Dec 9 20:36:41 UTC 2024


On Mon, 9 Dec 2024 02:25:17 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Wouldn't this be better handled by adding support for `@requires vm.cds.AOTClassLinking`?
> 
> Adding configuration logging just for a test to process doesn't seem right to me.

This original failure came from graal testing and is caused by a combination of [JDK-8345826](https://bugs.openjdk.org/browse/JDK-8345826) and [JDK-8345635](https://bugs.openjdk.org/browse/JDK-8345635). I am closing this PR for now and see if the problem can be addressed by the above two bugs.

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

PR Comment: https://git.openjdk.org/jdk/pull/22599#issuecomment-2529388081


More information about the hotspot-runtime-dev mailing list