comparison 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
comparison
equal deleted inserted replaced
1453:d603bdbec024 1454:7cf1952ec5fb
2797 _env = NULL; 2797 _env = NULL;
2798 _log = NULL; 2798 _log = NULL;
2799 _task = NULL; 2799 _task = NULL;
2800 _queue = queue; 2800 _queue = queue;
2801 _counters = counters; 2801 _counters = counters;
2802 _is_compiling = false;
2802 2803
2803 #ifndef PRODUCT 2804 #ifndef PRODUCT
2804 _ideal_graph_printer = NULL; 2805 _ideal_graph_printer = NULL;
2805 #endif 2806 #endif
2806 } 2807 }