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
8253623: Fastdebug JVM crashes with Vector API when PrintAssembly is turned on #8
Conversation
|
/contributor add Huang Wang wanghuang3@huawei.com |
@dongbohe Could not parse
|
/contributor add Huang Wang wanghuang3@huawei.com |
@dongbohe |
Webrevs
|
src/hotspot/share/opto/callnode.cpp
Outdated
@@ -489,6 +489,7 @@ void JVMState::format(PhaseRegAlloc *regalloc, const Node *n, outputStream* st) | |||
ciField* cifield; | |||
if (iklass != NULL) { | |||
st->print(" ["); | |||
iklass->nof_nonstatic_fields(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a workaround that initializes ciInstanceKlass::_nonstatic_fields
.
Please, add a FIXME comment saying why you need it, so it will be fixed properly later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@dongbohe This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@iwanowww, @PaulSandoz) but any other Committer may sponsor as well.
|
(FTR force-pushes are discouraged. They break review history. Instead, it is recommended to commit incremental changes and then the commits are squashed automatically during integration.) |
/intergrate |
/integrate |
@dongbohe Unknown command |
/sponsor |
With 8223347 Vector API integrated into jdk mainline, I can reproduce this in jdk mainline. Do you have any plan to bring this to jdk mainline? I am not sure whether this needs a better proper fix as mentioned by @iwanowww |
@dongbohe |
Contributed-by: wanghuang3@huawei.com
Progress
Issue
Reviewers
Contributors
<wanghuang3@huawei.com>
Download
$ git fetch https://git.openjdk.java.net/panama-vector pull/8/head:pull/8
$ git checkout pull/8