RFR (S): JDK-8014339: Improve assert and remove some dead code from parMarkBitMap.hpp/cpp

Bengt Rutisson bengt.rutisson at oracle.com
Tue May 14 12:05:33 UTC 2013


Thanks Stefan!

Also got go ahead from Thomas, so I'm ready to push this.

Bengt

On 5/14/13 12:24 PM, Stefan Karlsson wrote:
> On 05/10/2013 05:04 PM, Bengt Rutisson wrote:
>>
>> Hi all,
>>
>> Could I have a couple of reviews for this small cleanup?
>>
>> http://cr.openjdk.java.net/~brutisso/8014339/webrev.00/
>
> Looks good.
>
> StefanK
>
>>
>> Background:
>>
>> To be able to analyze crashes due to JDK-8011596 better we need to 
>> get more information from an assert in ParMarkBitMap::verify_addr(). 
>> While looking at the code in parMarkBitMap.cpp/hpp I realized that 
>> there is some dead code to clean up there. This fix adds the extra 
>> information to the assert and cleans up the dead code.
>>
>> Thanks,
>> Bengt
>




More information about the hotspot-gc-dev mailing list