hotspot/src/share/vm/runtime/globals.hpp
changeset 17123 a8e62eed2e3e
parent 17121 e40a97c700d9
child 17132 dffd513b2a8c
equal deleted inserted replaced
17122:6ceb071b96de 17123:a8e62eed2e3e
  3246                                                                             \
  3246                                                                             \
  3247   develop(intx, CIFireOOMAt,    -1,                                         \
  3247   develop(intx, CIFireOOMAt,    -1,                                         \
  3248           "Fire OutOfMemoryErrors throughout CI for testing the compiler "  \
  3248           "Fire OutOfMemoryErrors throughout CI for testing the compiler "  \
  3249           "(non-negative value throws OOM after this many CI accesses "     \
  3249           "(non-negative value throws OOM after this many CI accesses "     \
  3250           "in each compile)")                                               \
  3250           "in each compile)")                                               \
  3251                                                                             \
  3251   notproduct(intx, CICrashAt, -1,                                           \
       
  3252           "id of compilation to trigger assert in compiler thread for "     \
       
  3253           "the purpose of testing, e.g. generation of replay data")         \
  3252   notproduct(bool, CIObjectFactoryVerify, false,                            \
  3254   notproduct(bool, CIObjectFactoryVerify, false,                            \
  3253           "enable potentially expensive verification in ciObjectFactory")   \
  3255           "enable potentially expensive verification in ciObjectFactory")   \
  3254                                                                             \
  3256                                                                             \
  3255   /* Priorities */                                                          \
  3257   /* Priorities */                                                          \
  3256   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \
  3258   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \