RFR: 8244675: assert(IncrementalInline || (_late_inlines.length() == 0 && !has_mh_late_inlines())) [v2]
Vladimir Ivanov
vlivanov at openjdk.java.net
Wed Sep 1 16:45:18 UTC 2021
> 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
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/5249/files
- new: https://git.openjdk.java.net/jdk/pull/5249/files/b80d2464..70b65952
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5249&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5249&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 2 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/5249.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5249/head:pull/5249
PR: https://git.openjdk.java.net/jdk/pull/5249
More information about the hotspot-compiler-dev
mailing list