hotspot/src/share/vm/shark/sharkCompiler.cpp
changeset 20707 b3b658c6d1f8
parent 15206 b86a40ac02ff
child 22234 da823d78ad65
--- a/hotspot/src/share/vm/shark/sharkCompiler.cpp	Fri Oct 11 10:14:02 2013 -0700
+++ b/hotspot/src/share/vm/shark/sharkCompiler.cpp	Thu Oct 10 15:44:12 2013 +0200
@@ -133,11 +133,10 @@
     exit(1);
   }
 
-  execution_engine()->addModule(
-    _native_context->module());
+  execution_engine()->addModule(_native_context->module());
 
   // All done
-  mark_initialized();
+  set_state(initialized);
 }
 
 void SharkCompiler::initialize() {