RFR: 8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines())) [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Wed Sep 1 16:59:54 UTC 2021
On Wed, 1 Sep 2021 16:45:18 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
>
> Vladimir Ivanov has updated the pull request incrementally with one additional commit since the last revision:
>
> Assert is too strong
Okay.
I suggest to move test into `compiler/inlining` directory.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5249
More information about the hotspot-compiler-dev
mailing list