RFR 8146991: Introduce per-worker preserved mark stacks in ParallelGC
Tony Printezis
tprintezis at twitter.com
Tue Mar 1 18:22:04 UTC 2016
Hi all,
These are the per-worker preserved mark stack changes for ParallelGC:
http://cr.openjdk.java.net/~tonyp/8146991/webrev.0/
They are similar to the ParNew changes and rely on some classes I introduced then.
Quick question on this: I moved:
log_trace(gc, ergo)("Restoring " SIZE_FORMAT " marks", total_size());
to the shared code so that the message is logged irrespective of GC (for example, I don’t think we were logging this for ParNew or DefNew). Is “ergo” the right category here though?
Tony
-----
Tony Printezis | JVM/GC Engineer / VM Team | Twitter
@TonyPrintezis
tprintezis at twitter.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20160301/f061b0c7/attachment.htm>
More information about the hotspot-gc-dev
mailing list