diff src/share/vm/compiler/compileBroker.cpp @ 2494:e88293edf07c

Fixed an issue with alignment of double/long values in the code buffer. Can now run Scimark again. Results for Scimark on i5 (client/graal/server) are (625/634/1120). Bootstrap of C1X is at 3.7s.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 21:13:09 +0200
parents 0654ee04b214
children 75a99b4f1c98
line wrap: on
line diff
--- a/src/share/vm/compiler/compileBroker.cpp	Fri Apr 22 19:41:55 2011 +0200
+++ b/src/share/vm/compiler/compileBroker.cpp	Fri Apr 22 21:13:09 2011 +0200
@@ -631,7 +631,7 @@
 void CompileBroker::bootstrap_c1x() {
   HandleMark hm;
   Thread* THREAD = Thread::current();
-  tty->print_cr("Bootstrapping C1X...");
+  tty->print_cr("Bootstrapping C1X....");
 
   C1XCompiler* compiler = C1XCompiler::instance();
   if (compiler == NULL) fatal("must use flag -XX:+UseC1X");