diff -r c25572739e7c -r f6641fcf7b7e src/hotspot/share/opto/live.cpp --- a/src/hotspot/share/opto/live.cpp Wed Aug 08 15:31:06 2018 +0200 +++ b/src/hotspot/share/opto/live.cpp Wed Aug 08 15:31:06 2018 +0200 @@ -44,11 +44,11 @@ // live-out sets. This separate compilation is done in the outer loop below. PhaseLive::PhaseLive(const PhaseCFG &cfg, const LRG_List &names, Arena *arena, bool keep_deltas) : Phase(LIVE), + _live(0), + _livein(0), _cfg(cfg), _names(names), _arena(arena), - _live(0), - _livein(0), _keep_deltas(keep_deltas) { }