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

Nils Eliasson neliasso at openjdk.java.net
Thu Apr 1 20:48:44 UTC 2021


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.

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

Commit messages:
 - c1: allow inlining of excluded methods

Changes: https://git.openjdk.java.net/jdk/pull/3315/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3315&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8264626
  Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3315.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3315/head:pull/3315

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


More information about the hotspot-compiler-dev mailing list