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