MethodPool: removed demo call stuff - added printGCStats instead;
[mate.git] / jmate / lang / MateRuntime.java
index 678182bf7b713605cd086f5eef42a5957be905ad..d9d1d5f1ff7c1d5427cce0b0cbbbd0b33f6e8ccd 100644 (file)
@@ -4,4 +4,5 @@ public class MateRuntime {
 
        public static native void loadLibrary(String lib);
         public static native int getCurrentHeapSize();
+       public static native void printGCStats();
 }