8067972: Bring changes made to WhiteBox.java in 8047290 to that file new location in the top repo

Reviewed-by: jcoomes
This commit is contained in:
Vladimir Kozlov 2014-12-22 11:19:30 -08:00
parent d0fe2e1ed5
commit 1bda5768f3

View File

@ -249,4 +249,6 @@ public class WhiteBox {
return offset;
}
// Safepoint Checking
public native void assertMatchingSafepointCalls(boolean mutexSafepointValue, boolean attemptedNoSafepointValue);
}