Review request (S): 7112034: Parallel CMS fails to properly mark reference objects

Jon Masamitsu jon.masamitsu at oracle.com
Tue Nov 29 15:41:02 UTC 2011


Looks good.

On 11/29/2011 3:36 AM, Stefan Karlsson wrote:
> http://cr.openjdk.java.net/~stefank/7112034/webrev/
>
> 7112034: Parallel CMS fails to properly mark reference objects
> Summary: Enabled reference processing when work stealing during 
> concurrent marking
>
> The cause of this bug is that no reference processor is registered 
> with the marking closure that is used during work stealing in the 
> concurrent mark phase. If we add the reference processor we find the 
> expected number of Finalizer objects during concurrent marking.
>



More information about the hotspot-gc-dev mailing list