RFR: 8264626: C1 should be able to inline excluded methods

Igor Veresov iveresov at openjdk.java.net
Sat Apr 3 22:48:21 UTC 2021


On Thu, 1 Apr 2021 20:32:53 GMT, Nils Eliasson <neliasso at openjdk.org> wrote:

> I noticed a behavioral between c1 and c2. In c2 excluded methods can still be inlined, which is the desired behaviour. Inlining is controlled separately. I propose a small change to c1 inlining that make it work in the same way.

Looks good.

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

Marked as reviewed by iveresov (Reviewer).

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


More information about the hotspot-compiler-dev mailing list