hotspot/src/share/vm/opto/c2_globals.hpp
changeset 32085 d869c505b624
parent 31584 24e491478c2f
child 32087 dcbcf15229a9
equal deleted inserted replaced
32084:7743e6943cdf 32085:d869c505b624
   621           range(0, 100)                                                     \
   621           range(0, 100)                                                     \
   622                                                                             \
   622                                                                             \
   623   diagnostic(bool, PrintIntrinsics, false,                                  \
   623   diagnostic(bool, PrintIntrinsics, false,                                  \
   624           "prints attempted and successful inlining of intrinsics")         \
   624           "prints attempted and successful inlining of intrinsics")         \
   625                                                                             \
   625                                                                             \
   626   diagnostic(ccstrlist, DisableIntrinsic, "",                               \
       
   627           "do not expand intrinsics whose (internal) names appear here")    \
       
   628                                                                             \
       
   629   develop(bool, StressReflectiveCode, false,                                \
   626   develop(bool, StressReflectiveCode, false,                                \
   630           "Use inexact types at allocations, etc., to test reflection")     \
   627           "Use inexact types at allocations, etc., to test reflection")     \
   631                                                                             \
   628                                                                             \
   632   diagnostic(bool, DebugInlinedCalls, true,                                 \
   629   diagnostic(bool, DebugInlinedCalls, true,                                 \
   633          "If false, restricts profiled locations to the root method only")  \
   630          "If false, restricts profiled locations to the root method only")  \