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

Vladimir Ivanov vlivanov at openjdk.java.net
Wed Aug 25 12:21:50 UTC 2021


Avoid populating late inline candidates list when post-parse inlining is disabled.  

Testing: hs-tier1 - hs-tier4

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

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

Changes: https://git.openjdk.java.net/jdk/pull/5249/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5249&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8244675
  Stats: 56 lines in 3 files changed: 53 ins; 0 del; 3 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