diff 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
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Mon Nov 14 15:36:09 2011 +0100
+++ b/src/share/vm/graal/graalCompiler.cpp	Mon Nov 14 22:33:15 2011 +0100
@@ -114,7 +114,6 @@
   VMExits::compileMethod(hotspot_method, entry_bci);
   CompilerThread::current()->set_compiling(false);
 
-  VmIds::cleanupLocalObjects();
   TRACE_graal_2("GraalCompiler::compile_method exit");
 }