hotspot/src/share/vm/runtime/globals.hpp
changeset 3609 5f16c48e608a
parent 3605 1540652a8156
child 3610 06ee2f982ea6
equal deleted inserted replaced
3608:6b6768abef45 3609:5f16c48e608a
  3032                                                                             \
  3032                                                                             \
  3033   develop(intx, CIFireOOMAtDelay, -1,                                       \
  3033   develop(intx, CIFireOOMAtDelay, -1,                                       \
  3034           "Wait for this many CI accesses to occur in all compiles before " \
  3034           "Wait for this many CI accesses to occur in all compiles before " \
  3035           "beginning to throw OutOfMemoryErrors in each compile")           \
  3035           "beginning to throw OutOfMemoryErrors in each compile")           \
  3036                                                                             \
  3036                                                                             \
       
  3037   notproduct(bool, CIObjectFactoryVerify, false,                            \
       
  3038           "enable potentially expensive verification in ciObjectFactory")   \
       
  3039                                                                             \
  3037   /* Priorities */                                                          \
  3040   /* Priorities */                                                          \
  3038   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \
  3041   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \
  3039                                                                             \
  3042                                                                             \
  3040   product(intx, ThreadPriorityPolicy, 0,                                    \
  3043   product(intx, ThreadPriorityPolicy, 0,                                    \
  3041           "0 : Normal.                                                     "\
  3044           "0 : Normal.                                                     "\