comparison src/share/vm/graal/graalCompiler.cpp @ 3632:136ea96eb7f8

Remove the need for VmId (last usage was the constant pool).
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 14 Nov 2011 22:33:15 +0100
parents 5e9645341ec3
children 076542d505cd
comparison
equal deleted inserted replaced
3630:3b18b27b0dd4 3632:136ea96eb7f8
112 methodOop method = (methodOop) target->get_oop(); 112 methodOop method = (methodOop) target->get_oop();
113 Handle hotspot_method = GraalCompiler::createHotSpotMethodResolved(method, CHECK); 113 Handle hotspot_method = GraalCompiler::createHotSpotMethodResolved(method, CHECK);
114 VMExits::compileMethod(hotspot_method, entry_bci); 114 VMExits::compileMethod(hotspot_method, entry_bci);
115 CompilerThread::current()->set_compiling(false); 115 CompilerThread::current()->set_compiling(false);
116 116
117 VmIds::cleanupLocalObjects();
118 TRACE_graal_2("GraalCompiler::compile_method exit"); 117 TRACE_graal_2("GraalCompiler::compile_method exit");
119 } 118 }
120 119
121 void GraalCompiler::exit() { 120 void GraalCompiler::exit() {
122 if (_initialized) { 121 if (_initialized) {