RFR: 8268727: Remove unused slowpath locking method in OptoRuntime
Zhengyu Gu
zgu at openjdk.java.net
Mon Jun 21 12:10:33 UTC 2021
On Mon, 21 Jun 2021 11:58:31 GMT, Miao Zheng <github.com+20216587+miao-zheng at openjdk.org> wrote:
>> 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?
I think the convention is "no"
-------------
PR: https://git.openjdk.java.net/jdk/pull/4490
More information about the hotspot-compiler-dev
mailing list