RFR: 8371178: Preserve fast version of getfield and putfield in AOTCache [v2]
Ashutosh Mehra
asmehra at openjdk.org
Wed Nov 5 01:33:45 UTC 2025
On Tue, 4 Nov 2025 17:30:50 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> Ashutosh Mehra has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Address review comments
>>
>> Signed-off-by: Ashutosh Mehra <asmehra at redhat.com>
>
> src/hotspot/share/cds/aotMetaspace.cpp line 549:
>
>> 547: }
>> 548: #endif // ASSERT
>> 549: if (is_resolved) {
>
> I think the above can be simplified:
>
>
> if (is_resolved) {
> assert(!CDSConfig::is_dumping_preimage_static_archive(), "preimage should not have resolved field references");
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28121#discussion_r2492505902
More information about the hotspot-runtime-dev
mailing list