comparison 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
comparison
equal deleted inserted replaced
2897:be276884eec0 2901:d577d07cedec
2667 } else if (match_option(option, "-graal", &tail)) { 2667 } else if (match_option(option, "-graal", &tail)) {
2668 if (PrintVMOptions) { 2668 if (PrintVMOptions) {
2669 tty->print("Running Graal VM... "); 2669 tty->print("Running Graal VM... ");
2670 } 2670 }
2671 UseGraal = true; 2671 UseGraal = true;
2672 Bootstrapgraal = true; 2672 BootstrapGraal = true;
2673 const int BUFFER_SIZE = 1024; 2673 const int BUFFER_SIZE = 1024;
2674 char maxine_dir[BUFFER_SIZE]; 2674 char maxine_dir[BUFFER_SIZE];
2675 char graal_dir[BUFFER_SIZE]; 2675 char graal_dir[BUFFER_SIZE];
2676 char temp[BUFFER_SIZE]; 2676 char temp[BUFFER_SIZE];
2677 if (!os::getenv("MAXINE", maxine_dir, sizeof(maxine_dir))) { 2677 if (!os::getenv("MAXINE", maxine_dir, sizeof(maxine_dir))) {