RFR: 8357143: New test AOTCodeCompressedOopsTest.java fails on platforms without AOT Code Cache support

Fei Yang fyang at openjdk.org
Sat May 17 01:26:51 UTC 2025


On Fri, 16 May 2025 19:01:16 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> New test missed check for AOT code caching  supported platforms.
> 
> Instead of adding missed checks I added new jtreg's VM property `vm.cds.supports.aot.code.caching` to simplify checks in new AOT code caching tests.
> 
> Tested tier1

LGTM. Same issue exists on linux-riscv64. The same test won't be selected after this change.

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

Marked as reviewed by fyang (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25272#pullrequestreview-2847828919


More information about the hotspot-dev mailing list