hotspot/src/share/vm/c1/c1_Compiler.cpp
changeset 22236 44508442b8da
parent 22234 da823d78ad65
child 25946 1572c9f03fb9
--- a/hotspot/src/share/vm/c1/c1_Compiler.cpp	Mon Jan 06 15:35:20 2014 -0800
+++ b/hotspot/src/share/vm/c1/c1_Compiler.cpp	Mon Jan 06 17:23:07 2014 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -43,7 +43,8 @@
 #include "runtime/sharedRuntime.hpp"
 
 
-Compiler::Compiler () {}
+Compiler::Compiler() : AbstractCompiler(c1) {
+}
 
 void Compiler::init_c1_runtime() {
   BufferBlob* buffer_blob = CompilerThread::current()->get_buffer_blob();