-
Bug
-
Resolution: Fixed
-
P4
-
9
-
Arch Linux
clang version 3.4 (tags/RELEASE_34/final)
-
b04
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8237898 | openjdk8u252 | Henry Jen | P4 | Resolved | Fixed | b02 |
JDK-8237353 | 8u251 | Henry Jen | P4 | Resolved | Fixed | b02 |
JDK-8239626 | emb-8u251 | Henry Jen | P4 | Resolved | Fixed | team |
The error message as follows, every IDX_INIT called in the initialize list will cause this warning, and I cannot make sense out of the current code.
/home/hjen/ws/9dev/hotspot/src/share/vm/opto/node.cpp:326:10: error: field '_out' is uninitialized when used here [-Werror,-Wuninitialized]
: _idx(IDX_INIT(req))
^
/home/hjen/ws/9dev/hotspot/src/share/vm/opto/node.cpp:284:58: note: expanded from macro 'IDX_INIT'
#define IDX_INIT(req) this->Init((req), (Compile*) this->_out)
^ ^
/home/hjen/ws/9dev/hotspot/src/share/vm/opto/node.cpp:326:10: error: field '_out' is uninitialized when used here [-Werror,-Wuninitialized]
: _idx(IDX_INIT(req))
^
/home/hjen/ws/9dev/hotspot/src/share/vm/opto/node.cpp:284:58: note: expanded from macro 'IDX_INIT'
#define IDX_INIT(req) this->Init((req), (Compile*) this->_out)
^ ^
- backported by
-
JDK-8237353 clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
-
- Resolved
-
-
JDK-8237898 clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
-
- Resolved
-
-
JDK-8239626 clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
-
- Resolved
-
- relates to
-
JDK-8034812 remove IDX_INIT macro hack in Node class
-
- Resolved
-