author | dcubed |
Fri, 13 Mar 2015 09:14:54 -0700 | |
changeset 29563 | 2b603c351758 |
parent 29442 | e4b178a258da (current diff) |
parent 29562 | 779fa8e10961 (diff) |
child 29564 | 5d5101df0918 |
--- a/test/lib/sun/hotspot/WhiteBox.java Thu Mar 12 19:51:35 2015 -0700 +++ b/test/lib/sun/hotspot/WhiteBox.java Fri Mar 13 09:14:54 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();