MethodPool: removed demo call stuff - added printGCStats instead;
[mate.git] / jmate / lang / MateRuntime.java
index 56f3a10595a10fa6ce919b770342d90ab41e29e5..d9d1d5f1ff7c1d5427cce0b0cbbbd0b33f6e8ccd 100644 (file)
@@ -1,6 +1,8 @@
 package jmate.lang;
 
 public class MateRuntime {
-       public static native void demoInterfaceCall(int val);
-        public static native void printMemoryUsage();
+
+       public static native void loadLibrary(String lib);
+        public static native int getCurrentHeapSize();
+       public static native void printGCStats();
 }