8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg#1595
8292863: assert(_print_inlining_stream->size() > 0) failed: missing inlining msg#1595dhanalla wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back dhanalla! A progress list of the required criteria for merging this PR into |
|
Looks like you intended to post a PR against JDK tip, i.e., a commit to your fork of https://github.com/openjdk/jdk.git, not https://github.com/openjdk/jdk11u-dev. |
|
Thanks for looking at this PR @phohensee |
|
You're right! My bad. |
|
@dhanalla This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@phohensee) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
|
/integrate |
|
@dhanalla For JDK Updates projects, it's not sufficient to get a PR reviewed but you also need maintainer approval. This can be requested by adding the label You find a more detailed process description here Furthermore, please enable Github Actions on your repository and run the tests to get some basic verification of your patch. Thanks! |
|
Thanks @RealCLanger, |
great, thanks. It has approvel now, so I sponsor it. /sponsor |
|
Going to push as commit 06f769a.
Your commit was automatically rebased without conflicts. |
|
@RealCLanger @dhanalla Pushed as commit 06f769a. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
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.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev pull/1595/head:pull/1595$ git checkout pull/1595Update a local copy of the PR:
$ git checkout pull/1595$ git pull https://git.openjdk.org/jdk11u-dev pull/1595/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1595View PR using the GUI difftool:
$ git pr show -t 1595Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/1595.diff