author | lana |
Wed, 01 Apr 2015 12:29:22 -0700 | |
changeset 29566 | 4ada9ce756d0 |
parent 29561 | 6d4ad37ae94d (current diff) |
parent 29565 | 34ead0aa3d9d (diff) |
child 29588 | 106bee013e6a |
--- a/test/lib/sun/hotspot/WhiteBox.java Thu Mar 26 13:09:01 2015 -0700 +++ b/test/lib/sun/hotspot/WhiteBox.java Wed Apr 01 12:29:22 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();