RFR: 8268727: Remove unused slowpath locking method in OptoRuntime
Miao Zheng
github.com+20216587+miao-zheng at openjdk.java.net
Mon Jun 21 12:01:33 UTC 2021
On Mon, 21 Jun 2021 11:35:55 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
>> 8268727: Remove unused slowpath locking method in OptoRuntime
>
> test/lib/sun/hotspot/WhiteBox.java line 313:
>
>> 311: }
>> 312: public int getMethodCompilationLevel(Executable method) {
>> 313: return getMethodCompilationLevel(method, false /*not osr*/);
>
> This change is unrelated, should be fixed in a separate CR?
This is a small typo fix, can I merge it in this patch?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4490
More information about the hotspot-compiler-dev
mailing list