hotspot/src/share/vm/opto/c2_globals.hpp
changeset 22863 6a578e0f65ea
parent 22856 03ad2cf18166
parent 21920 7b7c52305d6a
child 22873 74aaad871363
equal deleted inserted replaced
22862:495f1688b8b1 22863:6a578e0f65ea
   645           "max number of live nodes in a method")                           \
   645           "max number of live nodes in a method")                           \
   646                                                                             \
   646                                                                             \
   647   diagnostic(bool, OptimizeExpensiveOps, true,                              \
   647   diagnostic(bool, OptimizeExpensiveOps, true,                              \
   648           "Find best control for expensive operations")                     \
   648           "Find best control for expensive operations")                     \
   649                                                                             \
   649                                                                             \
   650   product(bool, UseMathExactIntrinsics, true,                               \
   650   experimental(bool, UseMathExactIntrinsics, false,                         \
   651           "Enables intrinsification of various java.lang.Math functions")   \
   651           "Enables intrinsification of various java.lang.Math functions")   \
   652                                                                             \
   652                                                                             \
   653   experimental(bool, ReplaceInParentMaps, false,                            \
   653   experimental(bool, ReplaceInParentMaps, false,                            \
   654           "Propagate type improvements in callers of inlinee if possible")  \
   654           "Propagate type improvements in callers of inlinee if possible")  \
   655                                                                             \
   655                                                                             \