comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 11015:7ee0d5c53c78

Merge
author chegar
date Wed, 08 May 2013 15:25:08 +0100
parents f32b6c267d2e
children d17700c82d7d
comparison
equal deleted inserted replaced
11014:4b52137b07c9 11015:7ee0d5c53c78
109 public native void clearMethodState(Executable method); 109 public native void clearMethodState(Executable method);
110 110
111 // Intered strings 111 // Intered strings
112 public native boolean isInStringTable(String str); 112 public native boolean isInStringTable(String str);
113 113
114 // Memory
115 public native long reserveMemory(long size);
116
114 // force Full GC 117 // force Full GC
115 public native void fullGC(); 118 public native void fullGC();
116 } 119 }