-
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:SuperWord::get_pre_loop_end(CountedLoopNode*) #13
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. Thanks! |
Dragonwell community can help me to raise OpenJDK bugs and then close this issue. Thanks very much. |
@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仅仅是个人行为,不代表任何组织或公司。 |
…ot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Backport the fix for JDK-8010500 (https://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4e7ee57b57bf) from OpenJDK. Test Plan: none Reviewed-by: kuaiwei, luchsh Issue: dragonwell-project/dragonwell8#13
…ot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Backport the fix for JDK-8010500 (https://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4e7ee57b57bf) from OpenJDK. Test Plan: none Reviewed-by: kuaiwei, luchsh Issue: dragonwell-project/dragonwell8#13
…ot/src/share/vm/opto/loopnode.hpp Summary: Added NULL check for loopnode() in get_pre_loop_end() Backport the fix for JDK-8010500 (https://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/4e7ee57b57bf) from OpenJDK. Test Plan: none Reviewed-by: kuaiwei, luchsh Issue: dragonwell-project/dragonwell8#13
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: