RFR: 8348426: Generate binary file for -XX:AOTMode=record -XX:AOTConfiguration=file [v2]

Ioi Lam iklam at openjdk.org
Wed Feb 12 17:57:09 UTC 2025


On Wed, 12 Feb 2025 15:28:30 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> tools/javac/ImplicitClass/ImplicitImports.java failed in GHA:
> 
> ```
> [0.002s][warning][cds] Unable to use AOT cache: CDS is disabled when java.base module is patched.
>  Hello, World!
>  Exception running test testImplicitSimpleIOImport: java.lang.AssertionError: Incorrect Output, expected: [Hello, World!], actual: [[0.002s][warning][cds] Unable to use AOT cache: CDS is disabled when java.base module is patched., Hello, World!]
>  java.lang.AssertionError: Incorrect Output, expected: [Hello, World!], actual: [[0.002s][warning][cds] Unable to use AOT cache: CDS is disabled when java.base module is patched., Hello, World!]
>  	at ImplicitImports.testImplicitSimpleIOImport(ImplicitImports.java:171)
> ```

I fixed the failure. I'll rerun all tests tiers 1-5.

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

PR Comment: https://git.openjdk.org/jdk/pull/23484#issuecomment-2654458729


More information about the hotspot-dev mailing list