PerfData counter: sun.gc.policy.generations in JDK 8
Srinivas Ramakrishna
ysr1729 at gmail.com
Wed May 13 20:08:15 UTC 2015
With perm gen going away (and being replaced by metaspace) in JDK 8, it
makes sense that the counter
sun.gc.policy.generations should be "2", rather than "3". However, in JDK 8
that counter still says 3.
As I understand, the intention was that this counter would allow you to
(for example) know the range of
the sun.gc.generation.$num.* counters describing each of $num <
sun.gc.policy.generations in the heap.
Recall that the erstwhile perm gen in JDK 7 used to be synonymous with
sun.gc.generation.2, but the
JDK 8 avatars are now sun.gc.metaspace and sun.gc.compressedclassspace.
The fix is simple, and I can submit a patch. Is there an existing bug for
this?
thanks!
-- ramki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20150513/52b9d832/attachment.htm>
More information about the hotspot-gc-dev
mailing list