8269206: A small typo in comment in test/lib/sun/hotspot/WhiteBox.java

Reviewed-by: dholmes
This commit is contained in:
miao zheng 2021-06-23 08:51:35 +00:00 committed by Hui Shi
parent 6237630664
commit 2c29d790ca

View File

@ -310,7 +310,7 @@ public class WhiteBox {
makeMethodNotCompilable0(method, compLevel, isOsr);
}
public int getMethodCompilationLevel(Executable method) {
return getMethodCompilationLevel(method, false /*not ost*/);
return getMethodCompilationLevel(method, false /*not osr*/);
}
private native int getMethodCompilationLevel0(Executable method, boolean isOsr);
public int getMethodCompilationLevel(Executable method, boolean isOsr) {