hotspot/src/share/vm/runtime/globals.hpp
changeset 379 10767ca40189
parent 363 99d43e8a76ad
child 389 a44227868a4a
equal deleted inserted replaced
378:39fb2dc78042 379:10767ca40189
   777           "dictionary")                                                     \
   777           "dictionary")                                                     \
   778                                                                             \
   778                                                                             \
   779   product(bool, ClassUnloading, true,                                       \
   779   product(bool, ClassUnloading, true,                                       \
   780           "Do unloading of classes")                                        \
   780           "Do unloading of classes")                                        \
   781                                                                             \
   781                                                                             \
       
   782   diagnostic(bool, LinkWellKnownClasses, true,                              \
       
   783           "Resolve a well known class as soon as its name is seen")         \
       
   784                                                                             \
   782   develop(bool, DisableStartThread, false,                                  \
   785   develop(bool, DisableStartThread, false,                                  \
   783           "Disable starting of additional Java threads "                    \
   786           "Disable starting of additional Java threads "                    \
   784           "(for debugging only)")                                           \
   787           "(for debugging only)")                                           \
   785                                                                             \
   788                                                                             \
   786   develop(bool, MemProfiling, false,                                        \
   789   develop(bool, MemProfiling, false,                                        \