8311813: C1: Uninitialized PhiResolver::_loop field
Reviewed-by: thartmann, shade
This commit is contained in:
parent
119cc495fc
commit
489a32fe40
@ -78,6 +78,7 @@ void PhiResolverState::reset() {
|
||||
PhiResolver::PhiResolver(LIRGenerator* gen)
|
||||
: _gen(gen)
|
||||
, _state(gen->resolver_state())
|
||||
, _loop(nullptr)
|
||||
, _temp(LIR_OprFact::illegalOpr)
|
||||
{
|
||||
// reinitialize the shared state arrays
|
||||
|
Loading…
x
Reference in New Issue
Block a user