-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8265132: C2 compilation fails with assert "missing precedence edge" #4189
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 jcm! A progress list of the required criteria for merging this PR into |
|
|
|
@jamsheedcm The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
|
/label hotspot-compiler |
|
@jamsheedcm The |
|
/label rfr |
|
@jamsheedcm The label
|
Issue is similar to https://bugs.openjdk.java.net/browse/JDK-8261730
but happens at next https://github.com/jamsheedcm/jdk/blob/master/src/hotspot/share/opto/gcm.cpp#L830
Request for review
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4189/head:pull/4189$ git checkout pull/4189Update a local copy of the PR:
$ git checkout pull/4189$ git pull https://git.openjdk.java.net/jdk pull/4189/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4189View PR using the GUI difftool:
$ git pr show -t 4189Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4189.diff