comparison src/share/vm/prims/jni.cpp @ 7126:ce248dc0a656

removed all Graal modifications to ci and c1
author Doug Simon <doug.simon@oracle.com>
date Mon, 03 Dec 2012 17:54:05 +0100
parents 35568cbc6a43
children 291ffc492eb6
comparison
equal deleted inserted replaced
7125:1baf7f1e3f23 7126:ce248dc0a656
5150 /* thread is thread_in_vm here */ 5150 /* thread is thread_in_vm here */
5151 *vm = (JavaVM *)(&main_vm); 5151 *vm = (JavaVM *)(&main_vm);
5152 *(JNIEnv**)penv = thread->jni_environment(); 5152 *(JNIEnv**)penv = thread->jni_environment();
5153 5153
5154 #ifdef GRAAL 5154 #ifdef GRAAL
5155 GraalCompiler* compiler = GraalCompiler::instance(); 5155 GraalCompiler* graal_compiler = GraalCompiler::instance();
5156 compiler->initialize(); 5156 graal_compiler->initialize();
5157 #endif 5157 #endif
5158 5158
5159 // Tracks the time application was running before GC 5159 // Tracks the time application was running before GC
5160 RuntimeService::record_application_start(); 5160 RuntimeService::record_application_start();
5161 5161