comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 10236:a258a8351528

Merge
author vladidan
date Tue, 07 May 2013 10:36:20 -0400
parents f32b6c267d2e
children d17700c82d7d
comparison
equal deleted inserted replaced
10235:6b388e7d4905 10236:a258a8351528
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 }