comparison src/share/vm/prims/jni.cpp @ 2901:d577d07cedec

Added time measurement for phases.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 08 Jun 2011 17:01:16 +0200
parents 75a99b4f1c98
children b78b4ae0757c
comparison
equal deleted inserted replaced
2897:be276884eec0 2901:d577d07cedec
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 (Bootstrapgraal) { 3348 if (BootstrapGraal) {
3349 CompileBroker::bootstrap_graal(); 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();)