8269206: A small typo in comment in test/lib/sun/hotspot/WhiteBox.java
Reviewed-by: dholmes
This commit is contained in:
parent
6237630664
commit
2c29d790ca
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user