Loading... (original) (raw)
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)
^ ^