<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Could I have reviews for the following fix:<br>
    <br>
    <a href="https://bugs.openjdk.java.net/browse/JDK-8010738">JDK-8010738</a>:
    G1: Output for full GCs with +PrintGCDetails should contain perm
    gen/meta data size change info<br>
    webrev: <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~poonam/8010738/webrev.00/">http://cr.openjdk.java.net/~poonam/8010738/webrev.00/</a><br>
    <br>
    With JDK7 G1GC when we use -XX:+PrintGCDetails option, PermGen
    information does not get printed in the Full GC logs as shown below:<br>
    [Full GC 16M->16M(20M), 0.7055536 secs]<br>
       [Eden: 0.0B(1024.0K)->0.0B(1024.0K) Survivors: 0.0B->0.0B
    Heap: 16.7M(20.0M)->16.7M(20.0M)]<br>
    <br>
    PermGen info should also get printed with Full GC info similar to
    what other garbage collectors report. These changes are backport of
    the fix in jdk8 where MetaSpace info gets printed in the Full GC
    logs.<br>
    <br>
    With the fix the output looks like:<br>
    [Full GC 16M->16M(20M), 0.6763478 secs]<br>
       [Eden: 0.0B(1024.0K)->0.0B(1024.0K) Survivors: 0.0B->0.0B
    Heap: 16.7M(20.0M)->16.7M(20.0M)], [Perm:
    1725K->1725K(16384K)]<br>
    <br>
    <br>
    Thanks,<br>
    Poonam<br>
    <br>
  </body>
</html>