hotspot/src/share/vm/runtime/globals.hpp
changeset 8870 119881dc9d0b
parent 8728 3f1bcd33068e
child 8883 5569135acca3
equal deleted inserted replaced
8869:dd30e4318b8d 8870:119881dc9d0b
  2375           "detailed per-bytecode tracing of ciTypeFlow analysis")           \
  2375           "detailed per-bytecode tracing of ciTypeFlow analysis")           \
  2376                                                                             \
  2376                                                                             \
  2377   develop(intx, CICloneLoopTestLimit, 100,                                  \
  2377   develop(intx, CICloneLoopTestLimit, 100,                                  \
  2378           "size limit for blocks heuristically cloned in ciTypeFlow")       \
  2378           "size limit for blocks heuristically cloned in ciTypeFlow")       \
  2379                                                                             \
  2379                                                                             \
       
  2380   develop(intx, OSROnlyBCI, -1,                                             \
       
  2381           "OSR only at this bci.  Negative values mean exclude that bci")   \
       
  2382                                                                             \
  2380   /* temp diagnostics */                                                    \
  2383   /* temp diagnostics */                                                    \
  2381                                                                             \
  2384                                                                             \
  2382   diagnostic(bool, TraceRedundantCompiles, false,                           \
  2385   diagnostic(bool, TraceRedundantCompiles, false,                           \
  2383           "Have compile broker print when a request already in the queue is"\
  2386           "Have compile broker print when a request already in the queue is"\
  2384           " requested again")                                               \
  2387           " requested again")                                               \