src/hotspot/share/opto/live.cpp
changeset 51333 f6641fcf7b7e
parent 47216 71c04702a3d5
child 57632 9c523692db7e
--- 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) {
 }