hotspot/src/share/vm/runtime/globals.hpp
changeset 13964 01a2b863cc61
parent 13925 37f75ba502b1
child 13968 8c9029c01470
equal deleted inserted replaced
13951:3fc49366dc15 13964:01a2b863cc61
  2330           "collect timing information for compilation")                     \
  2330           "collect timing information for compilation")                     \
  2331                                                                             \
  2331                                                                             \
  2332   develop(bool, CITimeEach, false,                                          \
  2332   develop(bool, CITimeEach, false,                                          \
  2333           "display timing information after each successful compilation")   \
  2333           "display timing information after each successful compilation")   \
  2334                                                                             \
  2334                                                                             \
  2335   develop(bool, CICountOSR, true,                                           \
  2335   develop(bool, CICountOSR, false,                                          \
  2336           "use a separate counter when assigning ids to osr compilations")  \
  2336           "use a separate counter when assigning ids to osr compilations")  \
  2337                                                                             \
  2337                                                                             \
  2338   develop(bool, CICompileNatives, true,                                     \
  2338   develop(bool, CICompileNatives, true,                                     \
  2339           "compile native methods if supported by the compiler")            \
  2339           "compile native methods if supported by the compiler")            \
  2340                                                                             \
  2340                                                                             \