hotspot/src/share/vm/opto/c2_globals.hpp
changeset 31129 02ee7609f0e1
parent 30624 2e1803c8a26d
child 31371 311143309e73
child 31403 7bf7e00a1aac
child 31583 eb5bea7b4835
equal deleted inserted replaced
31049:9ab29d9d1918 31129:02ee7609f0e1
   663           "Enables intrinsification of various java.lang.Math functions")   \
   663           "Enables intrinsification of various java.lang.Math functions")   \
   664                                                                             \
   664                                                                             \
   665   product(bool, UseMultiplyToLenIntrinsic, false,                           \
   665   product(bool, UseMultiplyToLenIntrinsic, false,                           \
   666           "Enables intrinsification of BigInteger.multiplyToLen()")         \
   666           "Enables intrinsification of BigInteger.multiplyToLen()")         \
   667                                                                             \
   667                                                                             \
       
   668   product(bool, UseSquareToLenIntrinsic, false,                             \
       
   669           "Enables intrinsification of BigInteger.squareToLen()")           \
       
   670                                                                             \
       
   671   product(bool, UseMulAddIntrinsic, false,                                  \
       
   672           "Enables intrinsification of BigInteger.mulAdd()")                \
       
   673                                                                             \
   668   product(bool, UseTypeSpeculation, true,                                   \
   674   product(bool, UseTypeSpeculation, true,                                   \
   669           "Speculatively propagate types from profiles")                    \
   675           "Speculatively propagate types from profiles")                    \
   670                                                                             \
   676                                                                             \
   671   diagnostic(bool, UseInlineDepthForSpeculativeTypes, true,                 \
   677   diagnostic(bool, UseInlineDepthForSpeculativeTypes, true,                 \
   672           "Carry inline depth of profile point with speculative type "      \
   678           "Carry inline depth of profile point with speculative type "      \