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

Tobias Hartmann thartmann at openjdk.java.net
Tue Apr 6 05:59:23 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 to me.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list