RFR: 8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Per Liden
per.liden at oracle.com
Tue Jun 5 09:58:10 UTC 2018
Hi,
[...]
>> Small nit in
>> est/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java:
>>
>>
>> + // G1 fails, just like ZGC, if en explicitly GC is done here.
>>
>> May I suggest s/en explicitly/an explicit/ ?
>> Also maybe remove the comment `// forceGC();`, because it might later
>> look like your comment commented out an earlier, pre-existing call to
>> forceGC().
>>
>> Same comment as above for instances003.java, instances001.java,
>> instanceCounts001.java.
>
> Fixed.
>
> http://hg.openjdk.java.net/zgc/zgc/rev/42cd3b259870
Sorry, I botched the initial fix, here's an updated version.
http://hg.openjdk.java.net/zgc/zgc/rev/1e4e97efc975
/Per
More information about the hotspot-dev
mailing list