RFR: 8296155: Simplify CDS heap region address calculation [v2]
Ioi Lam
iklam at openjdk.org
Wed Nov 2 03:56:14 UTC 2022
On Tue, 1 Nov 2022 21:49:54 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
>>
>> @coleenp comments
>
> src/hotspot/share/cds/filemap.cpp line 1644:
>
>> 1642: assert(!DynamicDumpSharedSpaces, "must be");
>> 1643: requested_base = base;
>> 1644: dumptime_base = base; // This is the rumtime address of the base (lower end) of this heap region.
>
> typo: rumtime.
Fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/10923
More information about the hotspot-runtime-dev
mailing list