# HG changeset patch # User amurillo # Date 1426802450 25200 # Node ID 5d5101df0918f8e3dd2577fe5d0a44ef3591bc6e # Parent 443fdcba9598b3bf92307912a03ff5eb43fd8fcc# Parent 2b603c3517583121ee97d5a3a67364270000b9f5 Merge diff -r 443fdcba9598 -r 5d5101df0918 test/lib/sun/hotspot/WhiteBox.java --- a/test/lib/sun/hotspot/WhiteBox.java Thu Mar 19 15:28:22 2015 +0100 +++ b/test/lib/sun/hotspot/WhiteBox.java Thu Mar 19 15:00:50 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();