Integrated: 8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines()))

Vladimir Ivanov vlivanov at openjdk.java.net
Fri Sep 3 12:07:37 UTC 2021


On Wed, 25 Aug 2021 10:57:50 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

> Avoid populating late inline candidates list when post-parse inlining is disabled.  
> 
> Testing: hs-tier1 - hs-tier4

This pull request has now been integrated.

Changeset: 28ba78e6
Author:    Vladimir Ivanov <vlivanov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/28ba78e64721529fd764a7c09a7142a96c245f05
Stats:     53 lines in 3 files changed: 51 ins; 0 del; 2 mod

8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines()))

Reviewed-by: dlong

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

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


More information about the hotspot-compiler-dev mailing list