hotspot/src/share/vm/shark/sharkCompiler.cpp
changeset 22236 44508442b8da
parent 22234 da823d78ad65
child 23196 7fb201976e8b
--- a/hotspot/src/share/vm/shark/sharkCompiler.cpp	Mon Jan 06 15:35:20 2014 -0800
+++ b/hotspot/src/share/vm/shark/sharkCompiler.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.
  * Copyright 2008, 2009, 2010, 2011 Red Hat, Inc.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
@@ -58,7 +58,7 @@
 }
 
 SharkCompiler::SharkCompiler()
-  : AbstractCompiler() {
+  : AbstractCompiler(shark) {
   // Create the lock to protect the memory manager and execution engine
   _execution_engine_lock = new Monitor(Mutex::leaf, "SharkExecutionEngineLock");
   MutexLocker locker(execution_engine_lock());