src/hotspot/share/runtime/globals.hpp
changeset 53406 1ffcf6074569
parent 53264 424e4908b4b8
child 53409 99aac2161586
equal deleted inserted replaced
53405:8d03f69b8325 53406:1ffcf6074569
  1992           "Record replay data for crashing compiler threads")               \
  1992           "Record replay data for crashing compiler threads")               \
  1993                                                                             \
  1993                                                                             \
  1994   product(bool, CICompilerCountPerCPU, false,                               \
  1994   product(bool, CICompilerCountPerCPU, false,                               \
  1995           "1 compiler thread for log(N CPUs)")                              \
  1995           "1 compiler thread for log(N CPUs)")                              \
  1996                                                                             \
  1996                                                                             \
  1997   develop(intx, CIFireOOMAt,    -1,                                         \
       
  1998           "Fire OutOfMemoryErrors throughout CI for testing the compiler "  \
       
  1999           "(non-negative value throws OOM after this many CI accesses "     \
       
  2000           "in each compile)")                                               \
       
  2001   notproduct(intx, CICrashAt, -1,                                           \
  1997   notproduct(intx, CICrashAt, -1,                                           \
  2002           "id of compilation to trigger assert in compiler thread for "     \
  1998           "id of compilation to trigger assert in compiler thread for "     \
  2003           "the purpose of testing, e.g. generation of replay data")         \
  1999           "the purpose of testing, e.g. generation of replay data")         \
  2004   notproduct(bool, CIObjectFactoryVerify, false,                            \
  2000   notproduct(bool, CIObjectFactoryVerify, false,                            \
  2005           "enable potentially expensive verification in ciObjectFactory")   \
  2001           "enable potentially expensive verification in ciObjectFactory")   \