src/hotspot/share/runtime/globals.hpp
changeset 58438 1181f58f30e2
parent 58367 b3ca57ddfc92
child 58494 54c1ba464b78
child 58503 726a3945e934
equal deleted inserted replaced
58436:91d236715160 58438:1181f58f30e2
   383           "Deoptimize at every exit from the runtime system")               \
   383           "Deoptimize at every exit from the runtime system")               \
   384                                                                             \
   384                                                                             \
   385   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
   385   notproduct(ccstrlist, DeoptimizeOnlyAt, "",                               \
   386           "A comma separated list of bcis to deoptimize at")                \
   386           "A comma separated list of bcis to deoptimize at")                \
   387                                                                             \
   387                                                                             \
   388   product(bool, DeoptimizeRandom, false,                                    \
   388   develop(bool, DeoptimizeRandom, false,                                    \
   389           "Deoptimize random frames on random exit from the runtime system")\
   389           "Deoptimize random frames on random exit from the runtime system")\
   390                                                                             \
   390                                                                             \
   391   notproduct(bool, ZombieALot, false,                                       \
   391   notproduct(bool, ZombieALot, false,                                       \
   392           "Create zombies (non-entrant) at exit from the runtime system")   \
   392           "Create zombies (non-entrant) at exit from the runtime system")   \
   393                                                                             \
   393                                                                             \