Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8269206: A small typo in comment in test/lib/sun/hotspot/WhiteBox.java
Backport-of: 2c29d790cac0525130ade6caf10a60ba5a1320a9
  • Loading branch information
GoeLin committed Jan 14, 2022
1 parent 84457e5 commit e92b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/sun/hotspot/WhiteBox.java
Expand Up @@ -311,7 +311,7 @@ public void makeMethodNotCompilable(Executable method, int compLevel,
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) {
Expand Down

1 comment on commit e92b2bc

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.