[jdk11u-dev] RFR: 8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg

Dhamoder Nalla duke at openjdk.org
Tue Jan 3 23:43:48 UTC 2023


On Wed, 14 Dec 2022 22:35:01 GMT, Dhamoder Nalla <duke at openjdk.org> wrote:

> 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.
> 
> Note: This issue is already fixed in JDK17+ branches.

> 

Thanks @RealCLanger, 
we have updated the bug with label, reason for fix, risk and test details.

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

PR: https://git.openjdk.org/jdk11u-dev/pull/1595


More information about the jdk-updates-dev mailing list