-
Notifications
You must be signed in to change notification settings - Fork 223
8314319: LogCompilation doesn't reset lateInlining when it encounters a failure. #3545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
👋 Welcome back ssubramaniam! A progress list of the required criteria for merging this PR into |
@satyenme This change is no longer ready for integration - check the PR body for details. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request for backport. One line fix to address issue where compilation encounters a failure after it processes '<late_inline>' tag, and, in cases where the C2 compiler retries after tweaking options, it omits subsume_load Risk: Low. Tip change was merged in September 2023 and PR adds a test to confirm functionality. Testing:
|
Backporting JDK-8314319: LogCompilation doesn't reset lateInlining when it encounters a failure. Fixes issue where compilation encounters a failure after it processes '<late_inline>' tag, and, in cases where the C2 compiler retries after tweaking options it omits subsume_load. Adds test. Ran GHA Sanity Checks, local Tier 1 and 2 tests. Patch is clean.
Progress
Warning
8314319: LogCompilation doesn't reset lateInlining when it encounters a failure.
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/3545/head:pull/3545
$ git checkout pull/3545
Update a local copy of the PR:
$ git checkout pull/3545
$ git pull https://git.openjdk.org/jdk17u-dev.git pull/3545/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3545
View PR using the GUI difftool:
$ git pr show -t 3545
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/3545.diff
Using Webrev
Link to Webrev Comment