test/lib/sun/hotspot/WhiteBox.java
changeset 53709 2b64ebacce93
parent 53647 82c95d4b61f0
child 54511 fbfcebad8e66
--- a/test/lib/sun/hotspot/WhiteBox.java	Fri Feb 08 10:03:07 2019 -0800
+++ b/test/lib/sun/hotspot/WhiteBox.java	Fri Feb 08 14:03:09 2019 -0500
@@ -216,6 +216,7 @@
   public native void NMTUncommitMemory(long addr, long size);
   public native void NMTReleaseMemory(long addr, long size);
   public native long NMTMallocWithPseudoStack(long size, int index);
+  public native long NMTMallocWithPseudoStackAndType(long size, int index, int type);
   public native boolean NMTChangeTrackingLevel();
   public native int NMTGetHashSize();