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

Nils Eliasson neliasso at openjdk.java.net
Tue Apr 6 06:49:34 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.

This pull request has now been integrated.

Changeset: ec7b0028
Author:    Nils Eliasson <neliasso at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/ec7b0028
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8264626: C1 should be able to inline excluded methods

Reviewed-by: iveresov, thartmann

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

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


More information about the hotspot-compiler-dev mailing list