comparison test/testlibrary/whitebox/sun/hotspot/WhiteBox.java @ 10341:f54c85acc043

8013726: runtime/memory/ReserveMemory.java fails due to 'assert(bytes % os::vm_allocation_granularity() == 0) failed: reserve block size' Summary: Fix regression test to work on all platforms Reviewed-by: ctornqvi, dholmes
author mikael
date Tue, 21 May 2013 09:43:23 -0700
parents d17700c82d7d
children f99558245e5c
comparison
equal deleted inserted replaced
10314:bbddfb08190f 10341:f54c85acc043
113 113
114 // Intered strings 114 // Intered strings
115 public native boolean isInStringTable(String str); 115 public native boolean isInStringTable(String str);
116 116
117 // Memory 117 // Memory
118 public native long reserveMemory(long size); 118 public native void readReservedMemory();
119 119
120 // force Full GC 120 // force Full GC
121 public native void fullGC(); 121 public native void fullGC();
122 } 122 }