Integrated: 8266328: C2: Remove InlineWarmCalls

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Apr 30 22:19:50 UTC 2021


On Thu, 29 Apr 2021 21:46:36 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Remove InlineWarmCalls and all relevant code.
> 
> It was introduced long time ago and didn't get much attention since then. I don't see any value in keeping it around.
> And there's incremental inlining support in C2 now.
> 
> Testing:
> - [x] hs-tier1 - hs-tier2

This pull request has now been integrated.

Changeset: f86b70c3
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f86b70c391c2909676a7d9821b7367269aa85206
Stats:     588 lines in 8 files changed: 6 ins; 560 del; 22 mod

8266328: C2: Remove InlineWarmCalls

Reviewed-by: kvn, iveresov

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

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


More information about the hotspot-compiler-dev mailing list