-
Notifications
You must be signed in to change notification settings - Fork 171
8072422: Cleanup: Remove some unused flags/code in loop optimizations #22
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
Conversation
|
👋 Welcome back yyang! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@kelthuzadx Skara tooling doesn't recognize this as a backport. Please use pull request title With that said, what are you trying to do? Looking at both bugs it sounds like if we don't introduce JDK-8072422, then JDK-8159715 won't be an issue? If you are seeing an issue, without it I strongly encourage you to bring in the fix without the cleanup patch. |
Thanks, I will do that.
We do need the cleanup patch, because dragonwell-project/dragonwell8#305 reports a crash due to use of UnrollLoopLimit, this flag is not supposed to be used by end users, it could be removed by cleanup patch. As I understand, the cleanup patch introduces another problem that can be fixed by JDK-8159715, so once cleanup backport is merged, I will backport JDK-8159715 as well. |
|
This backport pull request has now been updated with issue and summary from the original commit. |
So we have a work-around: Don't use |
Okay, I've read this guideline, it seems that the upstream mainline is not less willing to accept non-critical backports, I'm considering doing a backport in downstream. |
We encountered this problem in downstream JDK. This is a backport of JDK-8283672, which simply removes several diagnostic flags, build passed. There is a related fix https://bugs.openjdk.java.net/browse/JDK-8159715, I would backport it after the current fix merged.
Original changeset: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/a1e41855499b
Please help review it.
Thanks.
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/22/head:pull/22$ git checkout pull/22Update a local copy of the PR:
$ git checkout pull/22$ git pull https://git.openjdk.java.net/jdk8u-dev pull/22/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22View PR using the GUI difftool:
$ git pr show -t 22Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/22.diff