diff 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
line wrap: on
line diff
--- a/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Wed May 01 14:11:01 2013 +0100
+++ b/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java	Wed May 08 15:25:08 2013 +0100
@@ -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();
 }