comparison src/share/vm/compiler/compileBroker.hpp @ 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 5f24d0319e54
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1453:d603bdbec024 1454:7cf1952ec5fb
356 356
357 // Debugging output for failure 357 // Debugging output for failure
358 static void print_last_compile(); 358 static void print_last_compile();
359 359
360 static void print_compiler_threads_on(outputStream* st); 360 static void print_compiler_threads_on(outputStream* st);
361
362 static void bootstrap_c1x();
361 }; 363 };