RFR: 8268727: Remove unused slowpath locking method in OptoRuntime

Zhengyu Gu zgu at openjdk.java.net
Mon Jun 21 11:39:33 UTC 2021


On Tue, 15 Jun 2021 03:18:27 GMT, Miao Zheng <github.com+20216587+miao-zheng at openjdk.org> wrote:

> 8268727: Remove unused slowpath locking method in OptoRuntime

Changes requested by zgu (Reviewer).

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?

-------------

PR: https://git.openjdk.java.net/jdk/pull/4490


More information about the hotspot-compiler-dev mailing list