comparison src/share/vm/prims/jni.cpp @ 2891:75a99b4f1c98

Rebranded C++ part from C1X to Graal.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 14:01:51 +0200
parents 0654ee04b214
children d577d07cedec
comparison
equal deleted inserted replaced
2890:c23d45daff9b 2891:75a99b4f1c98
3343 // Notify JVMTI 3343 // Notify JVMTI
3344 if (JvmtiExport::should_post_thread_life()) { 3344 if (JvmtiExport::should_post_thread_life()) {
3345 JvmtiExport::post_thread_start(thread); 3345 JvmtiExport::post_thread_start(thread);
3346 } 3346 }
3347 3347
3348 if (BootstrapC1X) { 3348 if (Bootstrapgraal) {
3349 CompileBroker::bootstrap_c1x(); 3349 CompileBroker::bootstrap_graal();
3350 } 3350 }
3351 3351
3352 // Check if we should compile all classes on bootclasspath 3352 // Check if we should compile all classes on bootclasspath
3353 NOT_PRODUCT(if (CompileTheWorld) ClassLoader::compile_the_world();) 3353 NOT_PRODUCT(if (CompileTheWorld) ClassLoader::compile_the_world();)
3354 // Since this is not a JVM_ENTRY we have to set the thread state manually before leaving. 3354 // Since this is not a JVM_ENTRY we have to set the thread state manually before leaving.