src/hotspot/share/c1/c1_InstructionPrinter.hpp
changeset 51333 f6641fcf7b7e
parent 47216 71c04702a3d5
child 53244 9807daeb47c4
--- a/src/hotspot/share/c1/c1_InstructionPrinter.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/c1/c1_InstructionPrinter.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -47,8 +47,8 @@
 
  public:
   InstructionPrinter(bool print_phis = true, outputStream* output = tty)
-    : _print_phis(print_phis)
-    , _output(output)
+    : _output(output)
+    , _print_phis(print_phis)
   {}
 
   outputStream* output() { return _output; }