RFR: 8293979: Resolve JVM_CONSTANT_Class references at CDS dump time [v4]
Ioi Lam
iklam at openjdk.org
Sun Oct 23 23:27:20 UTC 2022
On Thu, 20 Oct 2022 22:49:52 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
>> Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:
>>
>> - @coleenp comments: changed to AllStatic
>> - Merge branch 'master' into 8293979-resolve-class-references-at-dumptime
>> - fixed product build
>> - @coleenp comments
>> - Merge branch 'master' into 8293979-resolve-class-references-at-dumptime
>> - 8293979: Resolve JVM_CONSTANT_Class references at CDS dump time
>
> src/hotspot/share/oops/constantPool.cpp line 376:
>
>> 374: set_resolved_references(OopHandle());
>> 375:
>> 376: bool archived = false;
>
> I think this declaration could be moved to line 392 since it is only used in that case.
Fixed
-------------
PR: https://git.openjdk.org/jdk/pull/10330
More information about the hotspot-dev
mailing list