comparison src/share/vm/shark/sharkCompiler.cpp @ 12883:f50418dfb1b7

Merge
author iveresov
date Sun, 13 Oct 2013 13:22:24 -0700
parents 469216acdb28
children 096c224171c4 de6a9e811145
comparison
equal deleted inserted replaced
12844:7c26dced065e 12883:f50418dfb1b7
131 else 131 else
132 printf("Unknown error while creating Shark JIT\n"); 132 printf("Unknown error while creating Shark JIT\n");
133 exit(1); 133 exit(1);
134 } 134 }
135 135
136 execution_engine()->addModule( 136 execution_engine()->addModule(_native_context->module());
137 _native_context->module());
138 137
139 // All done 138 // All done
140 mark_initialized(); 139 set_state(initialized);
141 } 140 }
142 141
143 void SharkCompiler::initialize() { 142 void SharkCompiler::initialize() {
144 ShouldNotCallThis(); 143 ShouldNotCallThis();
145 } 144 }