RFR: 8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines()))
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed Sep 1 16:45:27 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
I have to remote the assert in `LateInlineCallGenerator` ctor because `LateInlineStringCallGenerator` and `LateInlineBoxingCallGenerator` don't depend on `IncrementalInline` flag.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5249
More information about the hotspot-compiler-dev
mailing list