Fix tenuring threshold reported in GCYoungGarbageCollection event
Carsten Varming
varming at gmail.com
Wed Oct 7 17:20:37 UTC 2015
Dear Hotspot-gc-dev members,
I noticed that the GCYoungGarbageCollection trace event reports the
tenuring threshold of the next gc, i.e., not the gc with the gcId in the
event, when using ParellelGC or ParNew (G1 seems to be correct). It looks
like the variable _tenuring_threshold is adjusted for the next gc before
the event is fired.
I attached a small patch against the current jdk9 repo that fixes the issue.
Let me know if this is the wrong email list for this type of change.
Carsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20151007/78507ad5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch
Type: application/octet-stream
Size: 2292 bytes
Desc: not available
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20151007/78507ad5/patch.obj>
More information about the hotspot-gc-dev
mailing list