[jdk11u-dev] RFR: 8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Dhamoder Nalla
duke at openjdk.org
Wed Dec 14 22:43:54 UTC 2022
assert in print_inlining_update_delayed is checking for an empty inline stream buffer which is expected to be empty.
Fix is to call print_inlining_update_delayed() only when do_late_inline_check() fails in do_late_inline() which is similar to JDK17 code where this issue doesn't reproduce.
-------------
Commit messages:
- assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Changes: https://git.openjdk.org/jdk11u-dev/pull/1595/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1595&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292863
Stats: 3 lines in 1 file changed: 1 ins; 2 del; 0 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/1595.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1595/head:pull/1595
PR: https://git.openjdk.org/jdk11u-dev/pull/1595
More information about the jdk-updates-dev
mailing list