[jdk11u-dev] Integrated: 8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Dhamoder Nalla
duke at openjdk.org
Fri Jan 6 05:21: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.
This pull request has now been integrated.
Changeset: 06f769a2
Author: Dhamoder Nalla <dhanalla at microsoft.com>
Committer: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/06f769a2f890225f748b6f89b4683fba0c010673
Stats: 3 lines in 1 file changed: 1 ins; 2 del; 0 mod
8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg
Reviewed-by: phh
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1595
More information about the jdk-updates-dev
mailing list