diff src/share/vm/shark/sharkCompiler.cpp @ 7226:8a3efb8c831d

Merge.
author Christian Haeubl <haeubl@ssw.jku.at>
date Fri, 14 Dec 2012 13:02:49 +0100
parents 5d0bb7d52783
children 291ffc492eb6
line wrap: on
line diff
--- a/src/share/vm/shark/sharkCompiler.cpp	Fri Dec 14 12:05:35 2012 +0100
+++ b/src/share/vm/shark/sharkCompiler.cpp	Fri Dec 14 13:02:49 2012 +0100
@@ -60,7 +60,7 @@
 #endif
 
 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());