--- old/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2019-05-17 16:16:44.000000000 -0700 +++ new/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java 2019-05-17 16:16:44.000000000 -0700 @@ -162,6 +162,7 @@ } public native boolean enqueueMethodForCompilation(Executable method, int compLevel, int entry_bci); public native void clearMethodState(Executable method); + public native void markMethodProfiled(Executable method); public native int getMethodEntryBci(Executable method); public native Object[] getNMethod(Executable method, boolean isOsr);