RFR: 8253332: ZGC: Make heap views reservation platform independent [v3]

Stefan Karlsson stefank at openjdk.java.net
Mon Sep 21 06:21:38 UTC 2020


On Fri, 18 Sep 2020 15:21:28 GMT, Per Lidén <pliden at openjdk.org> wrote:

>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review 2
>
> src/hotspot/share/gc/z/zVirtualMemory.cpp line 136:
> 
>> 134:   if (reserve_contiguous_inner(start, size)) {
>> 135:     // Make the address range free
>> 136:     _manager.free(start, size);
> 
> I think we can just move these two lines to the end of reserve_contiguous_inner(), and remove this function.

Good point.

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

PR: https://git.openjdk.java.net/jdk/pull/236



More information about the hotspot-gc-dev mailing list