< prev index next >

src/share/vm/runtime/globals.hpp

Print this page




1182           "Tell whether the VM should register soft/weak/final/phantom "    \
1183           "references")                                                     \
1184                                                                             \
1185   develop(bool, IgnoreRewrites, false,                                      \
1186           "Suppress rewrites of bytecodes in the oopmap generator. "        \
1187           "This is unsafe!")                                                \
1188                                                                             \
1189   develop(bool, PrintCodeCacheExtension, false,                             \
1190           "Print extension of code cache")                                  \
1191                                                                             \
1192   develop(bool, UsePrivilegedStack, true,                                   \
1193           "Enable the security JVM functions")                              \
1194                                                                             \
1195   develop(bool, ProtectionDomainVerification, true,                         \
1196           "Verify protection domain before resolution in system dictionary")\
1197                                                                             \
1198   product(bool, ClassUnloading, true,                                       \
1199           "Do unloading of classes")                                        \
1200                                                                             \
1201   product(bool, ClassUnloadingWithConcurrentMark, true,                     \
1202           "Do unloading of classes with a concurrent marking cycle")        \
1203                                                                             \
1204   develop(bool, DisableStartThread, false,                                  \
1205           "Disable starting of additional Java threads "                    \
1206           "(for debugging only)")                                           \
1207                                                                             \
1208   develop(bool, MemProfiling, false,                                        \
1209           "Write memory usage profiling to log file")                       \
1210                                                                             \
1211   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
1212           "Print the system dictionary at exit")                            \
1213                                                                             \
1214   experimental(intx, PredictedLoadedClassCount, 0,                          \
1215           "Experimental: Tune loaded class cache starting size")            \
1216                                                                             \
1217   diagnostic(bool, UnsyncloadClass, false,                                  \
1218           "Unstable: VM calls loadClass unsynchronized. Custom "            \
1219           "class loader must call VM synchronized for findClass "           \
1220           "and defineClass.")                                               \
1221                                                                             \
1222   product(bool, AlwaysLockClassLoader, false,                               \




1182           "Tell whether the VM should register soft/weak/final/phantom "    \
1183           "references")                                                     \
1184                                                                             \
1185   develop(bool, IgnoreRewrites, false,                                      \
1186           "Suppress rewrites of bytecodes in the oopmap generator. "        \
1187           "This is unsafe!")                                                \
1188                                                                             \
1189   develop(bool, PrintCodeCacheExtension, false,                             \
1190           "Print extension of code cache")                                  \
1191                                                                             \
1192   develop(bool, UsePrivilegedStack, true,                                   \
1193           "Enable the security JVM functions")                              \
1194                                                                             \
1195   develop(bool, ProtectionDomainVerification, true,                         \
1196           "Verify protection domain before resolution in system dictionary")\
1197                                                                             \
1198   product(bool, ClassUnloading, true,                                       \
1199           "Do unloading of classes")                                        \
1200                                                                             \
1201   product(bool, ClassUnloadingWithConcurrentMark, true,                     \
1202           "Do unloading of classes during concurrent mark")                 \
1203                                                                             \
1204   develop(bool, DisableStartThread, false,                                  \
1205           "Disable starting of additional Java threads "                    \
1206           "(for debugging only)")                                           \
1207                                                                             \
1208   develop(bool, MemProfiling, false,                                        \
1209           "Write memory usage profiling to log file")                       \
1210                                                                             \
1211   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
1212           "Print the system dictionary at exit")                            \
1213                                                                             \
1214   experimental(intx, PredictedLoadedClassCount, 0,                          \
1215           "Experimental: Tune loaded class cache starting size")            \
1216                                                                             \
1217   diagnostic(bool, UnsyncloadClass, false,                                  \
1218           "Unstable: VM calls loadClass unsynchronized. Custom "            \
1219           "class loader must call VM synchronized for findClass "           \
1220           "and defineClass.")                                               \
1221                                                                             \
1222   product(bool, AlwaysLockClassLoader, false,                               \


< prev index next >