mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8327201: C2: Uninitialized VLoop::_pre_loop_end after JDK-8324890
Reviewed-by: chagedorn, shade
This commit is contained in:
parent
7d53559d2f
commit
fbb422ece7
@ -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; };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user