diff 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
line wrap: on
line diff
--- a/src/share/vm/prims/jni.cpp	Wed Jun 08 14:50:55 2011 +0200
+++ b/src/share/vm/prims/jni.cpp	Wed Jun 08 17:01:16 2011 +0200
@@ -3345,7 +3345,7 @@
        JvmtiExport::post_thread_start(thread);
     }
 
-    if (Bootstrapgraal) {
+    if (BootstrapGraal) {
       CompileBroker::bootstrap_graal();
     }