-
Notifications
You must be signed in to change notification settings - Fork 496
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
[Bug] crash:AddNode::Ideal(PhaseGVN*, bool) #11
Comments
Could you provide the reproducible test case? And do you test with OpenJDK before? Thanks |
|
OpenJDK8u202b08 fails with this testcase either. alternatively, Dragonwell community may help to raise OpenJDK bugs with your consent. |
Dragonwell community can help me to raise OpenJDK bugs and then close this issue. Thanks very much. |
OpenJDK bug created, will monitor and ask for backporting when upstream has got a patch, thanks! |
@yansendao do you plan to contribute the testcase to Dragonwell? If you are an individual contributor, pls sign the "Alibaba Documentation Individual Contributor License Agreement". |
已经通过github网页签署协议。用例可以贡献给Dragonwell社区,提交issue仅仅是个人行为,不代表任何组织或公司。 |
…rmation in ConvI2LNode::Ideal Summary: Add a use of the node cx to avoid it being destroyed. Backport from JDK-8217359: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8217359 This patch of OpenJDK is available here: https://hg.openjdk.java.net/jdk/jdk12/rev/44f41693631f Test Plan: test/compiler/c2/Test8217359.java Reviewed-by: luchsh, kuaiwei Issue: dragonwell-project/dragonwell8#11
…rmation in ConvI2LNode::Ideal Summary: Add a use of the node cx to avoid it being destroyed. Backport from JDK-8217359: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8217359 This patch of OpenJDK is available here: https://hg.openjdk.java.net/jdk/jdk12/rev/44f41693631f Test Plan: test/compiler/c2/Test8217359.java Reviewed-by: luchsh, kuaiwei Issue: dragonwell-project/dragonwell8#11
…rmation in ConvI2LNode::Ideal Summary: Add a use of the node cx to avoid it being destroyed. Backport from JDK-8217359: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8217359 This patch of OpenJDK is available here: https://hg.openjdk.java.net/jdk/jdk12/rev/44f41693631f Test Plan: test/compiler/c2/Test8217359.java Reviewed-by: luchsh, kuaiwei Issue: dragonwell-project/dragonwell8#11
Merge remote-tracking branch 'upstream/master' into corba
Merge remote-tracking branch 'upstream/master' into jaxp
Merge remote-tracking branch 'upstream/master' into jaxws
Merge remote-tracking branch 'upstream/master' into nashorn
Description
A clear and concise description of what the bug is.
Steps to Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
JDK version
The output of
java -version
commandExecution environment
The text was updated successfully, but these errors were encountered: