hotspot/src/share/vm/runtime/globals.hpp
changeset 46553 7030aea81558
parent 46541 d20828de9e39
child 46560 388aa8d67c80
equal deleted inserted replaced
46552:5cebeef576b2 46553:7030aea81558
  3385           "Print AOT statistics")                                           \
  3385           "Print AOT statistics")                                           \
  3386                                                                             \
  3386                                                                             \
  3387   diagnostic(bool, UseAOTStrictLoading, false,                              \
  3387   diagnostic(bool, UseAOTStrictLoading, false,                              \
  3388           "Exit the VM if any of the AOT libraries has invalid config")     \
  3388           "Exit the VM if any of the AOT libraries has invalid config")     \
  3389                                                                             \
  3389                                                                             \
       
  3390   product(bool, CalculateClassFingerprint, false,                           \
       
  3391           "Calculate class fingerprint")                                    \
       
  3392                                                                             \
  3390   /* interpreter debugging */                                               \
  3393   /* interpreter debugging */                                               \
  3391   develop(intx, BinarySwitchThreshold, 5,                                   \
  3394   develop(intx, BinarySwitchThreshold, 5,                                   \
  3392           "Minimal number of lookupswitch entries for rewriting to binary " \
  3395           "Minimal number of lookupswitch entries for rewriting to binary " \
  3393           "switch")                                                         \
  3396           "switch")                                                         \
  3394                                                                             \
  3397                                                                             \