diff src/share/vm/runtime/thread.cpp @ 1454:7cf1952ec5fb

Added flag -XX:BootstrapC1X that precompiles Object::<init> and then every method in the compilation queue until it is empty.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Fri, 12 Nov 2010 20:57:08 +0100
parents b30a2cd5e3a2
children 2d26b0046e0d
line wrap: on
line diff
--- a/src/share/vm/runtime/thread.cpp	Fri Nov 12 18:34:07 2010 +0100
+++ b/src/share/vm/runtime/thread.cpp	Fri Nov 12 20:57:08 2010 +0100
@@ -2799,6 +2799,7 @@
   _task  = NULL;
   _queue = queue;
   _counters = counters;
+  _is_compiling = false;
 
 #ifndef PRODUCT
   _ideal_graph_printer = NULL;