hotspot/src/share/vm/runtime/globals.hpp
changeset 25908 8adb2fb6fc3c
parent 25905 04a3d83cc752
child 25947 8f94ddc3729a
child 25959 6c11a6272b60
equal deleted inserted replaced
25907:d2dea83d77eb 25908:8adb2fb6fc3c
  1076           "Verify protection domain before resolution in system dictionary")\
  1076           "Verify protection domain before resolution in system dictionary")\
  1077                                                                             \
  1077                                                                             \
  1078   product(bool, ClassUnloading, true,                                       \
  1078   product(bool, ClassUnloading, true,                                       \
  1079           "Do unloading of classes")                                        \
  1079           "Do unloading of classes")                                        \
  1080                                                                             \
  1080                                                                             \
       
  1081   product(bool, ClassUnloadingWithConcurrentMark, true,                     \
       
  1082           "Do unloading of classes with a concurrent marking cycle")        \
       
  1083                                                                             \
  1081   develop(bool, DisableStartThread, false,                                  \
  1084   develop(bool, DisableStartThread, false,                                  \
  1082           "Disable starting of additional Java threads "                    \
  1085           "Disable starting of additional Java threads "                    \
  1083           "(for debugging only)")                                           \
  1086           "(for debugging only)")                                           \
  1084                                                                             \
  1087                                                                             \
  1085   develop(bool, MemProfiling, false,                                        \
  1088   develop(bool, MemProfiling, false,                                        \