RFR: 8240668 : G1 list of all PerRegionTable does not have to be a double linkedlist any more
Ivan Walulya
ivan.walulya at oracle.com
Mon Mar 9 11:38:52 UTC 2020
Thanks Thomas!
> Please also remove the paragraph in the comment in
> heapRegionRemSet.hpp:253. We do not scrub/delete since jdk11 any more.
Noted.
//Ivan
----- Original Message -----
From: thomas.schatzl at oracle.com
To: hotspot-gc-dev at openjdk.java.net
Sent: Monday, 9 March, 2020 12:00:44 PM GMT +01:00 Amsterdam / Berlin / Bern / Rome / Stockholm / Vienna
Subject: Re: RFR: 8240668 : G1 list of all PerRegionTable does not have to be a double linkedlist any more
Hi,
On 06.03.20 13:35, Ivan Walulya wrote:
> Hi all,
>
> Please review this modification to change the list of all PerRegionTables from a double linkedlist to a linkedlist.
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8240668
> webrev: http://cr.openjdk.java.net/~iwalulya/8240668/00/
>
> Testing: Tier 1 - 3
>
> //Ivan
>
looks good.
Please also remove the paragraph in the comment in
heapRegionRemSet.hpp:253. We do not scrub/delete since jdk11 any more.
Thanks,
Thomas
More information about the hotspot-gc-dev
mailing list