author | amurillo |
Mon, 23 Mar 2015 11:44:40 -0700 | |
changeset 29565 | 34ead0aa3d9d |
parent 29559 | 47544495db2d (current diff) |
parent 29564 | 5d5101df0918 (diff) |
child 29566 | 4ada9ce756d0 |
child 29662 | 78c47f0002c3 |
child 29673 | a4e2dbd7c777 |
--- a/test/lib/sun/hotspot/WhiteBox.java Wed Jul 05 20:25:16 2017 +0200 +++ b/test/lib/sun/hotspot/WhiteBox.java Mon Mar 23 11:44:40 2015 -0700 @@ -107,7 +107,6 @@ 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 boolean NMTIsDetailSupported(); public native boolean NMTChangeTrackingLevel(); public native int NMTGetHashSize();