Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8010738

G1: Output for full GCs with +PrintGCDetails should contain perm gen/meta data size change info

XMLWordPrintable

    • gc
    • b33
    • generic

        If we run with -XX:+PrintGCDetails and G1 hits a full GC we get the log like below:

        [Full GC (System.gc()) 696K->291K(7168K), 0.0186630 secs]

        In this, perm gen info is not printed. Perm Gen info should also get printed on the Full GC info line similar to what other garbage collectors report:

        [Full GC (System) [Tenured: 0K->290K(4480K), 0.0053810 secs] 694K->290K(6464K), [Perm : 2625K->2625K(21248K)], 0.0058610 secs] [Times: user=0.01 sys=0.00, real=0.01 secs]

              johnc John Cuthbertson
              poonam Poonam Bajaj Parhar
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: