hotspot/src/share/vm/opto/c2_globals.hpp
changeset 26434 09ad55e5f486
parent 24946 24b68ccf3fc4
child 26913 9ad70cd32368
equal deleted inserted replaced
26433:27020fde2dbf 26434:09ad55e5f486
   648           "Find best control for expensive operations")                     \
   648           "Find best control for expensive operations")                     \
   649                                                                             \
   649                                                                             \
   650   product(bool, UseMathExactIntrinsics, true,                               \
   650   product(bool, UseMathExactIntrinsics, true,                               \
   651           "Enables intrinsification of various java.lang.Math functions")   \
   651           "Enables intrinsification of various java.lang.Math functions")   \
   652                                                                             \
   652                                                                             \
       
   653   product(bool, UseMultiplyToLenIntrinsic, false,                           \
       
   654           "Enables intrinsification of BigInteger.multiplyToLen()")         \
       
   655                                                                             \
   653   product(bool, UseTypeSpeculation, true,                                   \
   656   product(bool, UseTypeSpeculation, true,                                   \
   654           "Speculatively propagate types from profiles")                    \
   657           "Speculatively propagate types from profiles")                    \
   655                                                                             \
   658                                                                             \
   656   diagnostic(bool, UseInlineDepthForSpeculativeTypes, true,                 \
   659   diagnostic(bool, UseInlineDepthForSpeculativeTypes, true,                 \
   657           "Carry inline depth of profile point with speculative type "      \
   660           "Carry inline depth of profile point with speculative type "      \