diff src/share/vm/runtime/arguments.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 0017f484608c
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Jun 08 14:50:55 2011 +0200
+++ b/src/share/vm/runtime/arguments.cpp	Wed Jun 08 17:01:16 2011 +0200
@@ -2669,7 +2669,7 @@
         tty->print("Running Graal VM... ");
       }
       UseGraal = true;
-      Bootstrapgraal = true;
+      BootstrapGraal = true;
       const int BUFFER_SIZE = 1024;
       char maxine_dir[BUFFER_SIZE];
       char graal_dir[BUFFER_SIZE];