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

Dhamoder Nalla duke at openjdk.org
Wed Dec 14 23:24:02 UTC 2022


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 for looking at this PR @phohensee 
I am targeting only JDK11 branch as this issue is already fixed in JDK17+ branches.

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

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


More information about the jdk-updates-dev mailing list