Skip to content

Commit

Permalink
Change nullptr to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrako committed Sep 6, 2023
1 parent 99c1b61 commit 6b89b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/c1/c1_LIRGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void PhiResolverState::reset(int max_vregs) {
PhiResolver::PhiResolver(LIRGenerator* gen, int max_vregs)
: _gen(gen)
, _state(gen->resolver_state())
, _loop(nullptr)
, _loop(NULL)
, _temp(LIR_OprFact::illegalOpr)
{
// reinitialize the shared state arrays
Expand Down

0 comments on commit 6b89b5c

Please sign in to comment.