src/share/vm/shark/sharkCompiler.cpp

Print this page

        

*** 131,145 **** else printf("Unknown error while creating Shark JIT\n"); exit(1); } ! execution_engine()->addModule( ! _native_context->module()); // All done ! mark_initialized(); } void SharkCompiler::initialize() { ShouldNotCallThis(); } --- 131,144 ---- else printf("Unknown error while creating Shark JIT\n"); exit(1); } ! execution_engine()->addModule(_native_context->module()); // All done ! set_state(initialized); } void SharkCompiler::initialize() { ShouldNotCallThis(); }