test/lib/sun/hotspot/WhiteBox.java
changeset 59269 ac6f7738a0ee
parent 59118 89c44961a84f
--- a/test/lib/sun/hotspot/WhiteBox.java	Tue Nov 26 13:50:26 2019 +0100
+++ b/test/lib/sun/hotspot/WhiteBox.java	Tue Nov 26 09:27:16 2019 -0500
@@ -222,6 +222,9 @@
   public native long NMTMallocWithPseudoStackAndType(long size, int index, int type);
   public native boolean NMTChangeTrackingLevel();
   public native int NMTGetHashSize();
+  public native long NMTNewArena(long initSize);
+  public native void NMTFreeArena(long arena);
+  public native void NMTArenaMalloc(long arena, long size);
 
   // Compiler
   public native int     matchesMethod(Executable method, String pattern);