src/hotspot/share/compiler/abstractCompiler.hpp
changeset 51333 f6641fcf7b7e
parent 49373 47b5652f2928
child 53244 9807daeb47c4
--- a/src/hotspot/share/compiler/abstractCompiler.hpp	Wed Aug 08 15:31:06 2018 +0200
+++ b/src/hotspot/share/compiler/abstractCompiler.hpp	Wed Aug 08 15:31:06 2018 +0200
@@ -91,7 +91,7 @@
 #endif
 
  public:
-  AbstractCompiler(CompilerType type) : _type(type), _compiler_state(uninitialized), _num_compiler_threads(0) {}
+  AbstractCompiler(CompilerType type) : _num_compiler_threads(0), _compiler_state(uninitialized), _type(type) {}
 
   // This function determines the compiler thread that will perform the
   // shutdown of the corresponding compiler runtime.