diff 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
line wrap: on
line diff
--- a/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Tue May 07 10:19:33 2013 -0400
+++ b/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Tue May 07 10:36:20 2013 -0400
@@ -111,6 +111,9 @@
   // Intered strings
   public native boolean isInStringTable(String str);
 
+  // Memory
+  public native long reserveMemory(long size);
+
   // force Full GC
   public native void fullGC();
 }