src/share/vm/opto/c2_globals.hpp

changeset 4589
8b3da8d14c93
parent 4479
b30b3c2a0cf2
child 4691
571076d3c79d
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Mon Feb 11 14:47:04 2013 -0800
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Tue Feb 12 12:56:11 2013 +0100
     1.3 @@ -618,6 +618,9 @@
     1.4                                                                              \
     1.5    product(intx, LiveNodeCountInliningCutoff, 20000,                         \
     1.6            "max number of live nodes in a method")                           \
     1.7 +                                                                            \
     1.8 +  diagnostic(bool, OptimizeExpensiveOps, true,                              \
     1.9 +          "Find best control for expensive operations")                     \
    1.10  
    1.11  
    1.12  C2_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_EXPERIMENTAL_FLAG, DECLARE_NOTPRODUCT_FLAG)

mercurial