8327201: C2: Uninitialized VLoop::_pre_loop_end after JDK-8324890

Reviewed-by: chagedorn, shade
This commit is contained in:
Joshua Cao 2024-03-06 09:18:52 +00:00 committed by Aleksey Shipilev
parent 7d53559d2f
commit fbb422ece7

View File

@ -99,7 +99,8 @@ public:
_allow_cfg (allow_cfg),
_cl (nullptr),
_cl_exit (nullptr),
_iv (nullptr) {}
_iv (nullptr),
_pre_loop_end (nullptr) {}
NONCOPYABLE(VLoop);
IdealLoopTree* lpt() const { return _lpt; };