< prev index next >

src/share/classes/sun/tools/jconsole/MemoryPoolStat.java

Print this page
rev 1501 : 7017818: NLS: JConsoleResources.java cannot be handled by translation team
Reviewed-by: mchung, mfang

@@ -126,8 +126,8 @@
     /**
      * Returns the memory usage after the most recent GC finished.
      * null if no GC occurs.
      */
     public MemoryUsage getAfterGcUsage() {
-        return beforeGcUsage;
+        return afterGcUsage;
     }
 }
< prev index next >