RFR: JDK-8149542: Missing failure reporting in HeapRegion::verify

Bengt Rutisson bengt.rutisson at oracle.com
Wed Feb 10 13:40:51 UTC 2016



On 2016-02-10 14:26, Thomas Schatzl wrote:
> Hi Bengt,
>
> On Wed, 2016-02-10 at 13:50 +0100, Bengt Rutisson wrote:
>> Hi everyone,
>>
>> Could I have a couple of reviews for this small change?
>>
>> http://cr.openjdk.java.net/~brutisso/8149542/webrev.00/
>> https://bugs.openjdk.java.net/browse/JDK-8149542
>>
>> Line 830 in heapRegion.cpp should be followed by lines like this:
>>
>>     *failures = true;
>>     return;
>>
>> http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/file/2a8e87190908/src/s
>> hare/vm/gc/g1/heapRegion.cpp#l830
>    looks good.

Thanks, Thomas!

Bengt

>
> Thomas




More information about the hotspot-gc-dev mailing list