CMS parallel initial mark

Hiroshi Yamauchi yamauchi at google.com
Thu Jun 13 19:10:46 UTC 2013


> - in the CMSCollector::CMSCollector() initialization list, the
> initialization of _eden_chunk_sampling_active breaks the "-- ditto --"
> list, which looks strange. (Actually I think the comment that a variable
> may eventually be set in the ctor again later seems questionable anyway)
>

Right. It could be moved below _survivor_chunk_index so it won't interrupt
the "-- ditto --" list. Or, it could be moved above the list along with its
declaration in the .hpp file. But let's hold off until the try_lock
discussion develops.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20130613/6fb7f3c3/attachment.htm>


More information about the hotspot-gc-dev mailing list