RFR: 8065227: Report allocation context stats at end of cleanup

Jon Masamitsu jon.masamitsu at oracle.com
Thu Nov 20 03:32:27 UTC 2014


Stefan,

Why did you chose to rename update_at_remark() to update_after_mark()?
Instead of update_at_cleanup()?

Jon

On 11/19/2014 9:00 AM, Stefan Johansson wrote:
> Hi,
>
> Please review this small fix for:
> https://bugs.openjdk.java.net/browse/JDK-8065227
>
> Webrev:
> http://cr.openjdk.java.net/~sjohanss/8065227/hotspot.00/
>
> Summary:
> The update for the allocation context has previously been done in the 
> remark phase but this is a little to early. The last stw-phase of the 
> marking cycle is the cleanup and if doing the reporting there that 
> simplifies.
>
> Thanks,
> Stefan
>
>




More information about the hotspot-gc-dev mailing list