RFR: 8357514: Disable AOT caching for runtime stubs [v2]
Vladimir Kozlov
kvn at openjdk.org
Thu May 22 04:56:37 UTC 2025
On Thu, 22 May 2025 04:07:56 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Vladimir Kozlov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address comment
>
> test/hotspot/jtreg/runtime/cds/appcds/aotCode/AOTCodeFlags.java line 54:
>
>> 52: Tester t = new Tester();
>> 53: // Run only 2 modes (0 - no AOT code, 1 - AOT adapters) until stubs caching is restored
>> 54: for (int mode = 0; mode < 2; mode++) {
>
> For tracking purposes, please add JDK-8357398 to the comment.
done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25379#discussion_r2101620660
More information about the hotspot-compiler-dev
mailing list