diff src/share/vm/graal/graalCompiler.cpp @ 9596:aa8f3fc0a9a9

removed infrastructure for Graal assembler stubs (GRAAL-81)
author Doug Simon <doug.simon@oracle.com>
date Tue, 07 May 2013 01:58:11 +0200
parents 147162b27799
children 2dc020b33a6e
line wrap: on
line diff
--- a/src/share/vm/graal/graalCompiler.cpp	Tue May 07 01:53:01 2013 +0200
+++ b/src/share/vm/graal/graalCompiler.cpp	Tue May 07 01:58:11 2013 +0200
@@ -57,7 +57,6 @@
   _deopted_leaf_graph_count = 0;
 
   initialize_buffer_blob();
-  GraalRuntime::initialize(THREAD->get_buffer_blob());
 
   JNIEnv *env = ((JavaThread *) Thread::current())->jni_environment();
   jclass klass = env->FindClass("com/oracle/graal/hotspot/bridge/CompilerToVMImpl");