comparison 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
comparison
equal deleted inserted replaced
9595:db2125285960 9596:aa8f3fc0a9a9
55 NOT_LP64(error("check TLAB allocation code for address space conflicts")); 55 NOT_LP64(error("check TLAB allocation code for address space conflicts"));
56 56
57 _deopted_leaf_graph_count = 0; 57 _deopted_leaf_graph_count = 0;
58 58
59 initialize_buffer_blob(); 59 initialize_buffer_blob();
60 GraalRuntime::initialize(THREAD->get_buffer_blob());
61 60
62 JNIEnv *env = ((JavaThread *) Thread::current())->jni_environment(); 61 JNIEnv *env = ((JavaThread *) Thread::current())->jni_environment();
63 jclass klass = env->FindClass("com/oracle/graal/hotspot/bridge/CompilerToVMImpl"); 62 jclass klass = env->FindClass("com/oracle/graal/hotspot/bridge/CompilerToVMImpl");
64 if (klass == NULL) { 63 if (klass == NULL) {
65 tty->print_cr("graal CompilerToVMImpl class not found"); 64 tty->print_cr("graal CompilerToVMImpl class not found");