comparison src/share/vm/c1/c1_globals.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 55ac38887415
children 2d26b0046e0d
comparison
equal deleted inserted replaced
1453:d603bdbec024 1454:7cf1952ec5fb
33 33
34 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \ 34 #define C1_FLAGS(develop, develop_pd, product, product_pd, notproduct) \
35 \ 35 \
36 product(bool, UseC1X, false, \ 36 product(bool, UseC1X, false, \
37 "Use C1X instead of C1") \ 37 "Use C1X instead of C1") \
38 product(bool, BootstrapC1X, false, \
39 "Bootstrap C1X before running Java main method") \
38 product(intx, TraceC1X, 0, \ 40 product(intx, TraceC1X, 0, \
39 "Trace level for C1X") \ 41 "Trace level for C1X") \
40 /* Printing */ \ 42 /* Printing */ \
41 notproduct(bool, PrintC1Statistics, false, \ 43 notproduct(bool, PrintC1Statistics, false, \
42 "Print Compiler1 statistics" ) \ 44 "Print Compiler1 statistics" ) \