hotspot/src/share/vm/opto/c2compiler.hpp
changeset 42040 70ec5a09a0d5
parent 33626 3c94db05e903
--- a/hotspot/src/share/vm/opto/c2compiler.hpp	Fri Oct 21 10:16:09 2016 -0700
+++ b/hotspot/src/share/vm/opto/c2compiler.hpp	Fri Oct 21 20:12:47 2016 +0200
@@ -32,7 +32,7 @@
   static bool init_c2_runtime();
 
 public:
-  C2Compiler() : AbstractCompiler(c2) {}
+  C2Compiler() : AbstractCompiler(compiler_c2) {}
 
   // Name
   const char *name() { return "C2"; }