RFR 8146991: Introduce per-worker preserved mark stacks in ParallelGC (original) (raw)
Tony Printezis tprintezis at twitter.com
Tue Mar 1 18:22:04 UTC 2016
- Previous message (by thread): RFR (M): 8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
- Next message (by thread): RFR 8146991: Introduce per-worker preserved mark stacks in ParallelGC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): RFR (M): 8141141: Young and Old gen PLAB stats are similar in output with -XX:+PrintPLAB
- Next message (by thread): RFR 8146991: Introduce per-worker preserved mark stacks in ParallelGC
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]