RFR (S): JDK-8014339: Improve assert and remove some dead code from parMarkBitMap.hpp/cpp
Stefan Karlsson
stefan.karlsson at oracle.com
Tue May 14 10:24:38 UTC 2013
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