src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8000263 Sdiff src/share/vm/runtime

src/share/vm/runtime/globals.hpp

Print this page




 983           "Tells whether the VM should register soft/weak/final/phantom "   \
 984           "references")                                                     \
 985                                                                             \
 986   develop(bool, IgnoreRewrites, false,                                      \
 987           "Supress rewrites of bytecodes in the oopmap generator. "         \
 988           "This is unsafe!")                                                \
 989                                                                             \
 990   develop(bool, PrintCodeCacheExtension, false,                             \
 991           "Print extension of code cache")                                  \
 992                                                                             \
 993   develop(bool, UsePrivilegedStack, true,                                   \
 994           "Enable the security JVM functions")                              \
 995                                                                             \
 996   develop(bool, ProtectionDomainVerification, true,                         \
 997           "Verifies protection domain before resolution in system "         \
 998           "dictionary")                                                     \
 999                                                                             \
1000   product(bool, ClassUnloading, true,                                       \
1001           "Do unloading of classes")                                        \
1002                                                                             \
1003   diagnostic(bool, LinkWellKnownClasses, false,                             \
1004           "Resolve a well known class as soon as its name is seen")         \
1005                                                                             \
1006   develop(bool, DisableStartThread, false,                                  \
1007           "Disable starting of additional Java threads "                    \
1008           "(for debugging only)")                                           \
1009                                                                             \
1010   develop(bool, MemProfiling, false,                                        \
1011           "Write memory usage profiling to log file")                       \
1012                                                                             \
1013   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
1014           "Prints the system dictionary at exit")                           \
1015                                                                             \
1016   experimental(intx, PredictedLoadedClassCount, 0,                          \
1017           "Experimental: Tune loaded class cache starting size.")           \
1018                                                                             \
1019   diagnostic(bool, UnsyncloadClass, false,                                  \
1020           "Unstable: VM calls loadClass unsynchronized. Custom "            \
1021           "class loader  must call VM synchronized for findClass "          \
1022           "and defineClass.")                                               \
1023                                                                             \




 983           "Tells whether the VM should register soft/weak/final/phantom "   \
 984           "references")                                                     \
 985                                                                             \
 986   develop(bool, IgnoreRewrites, false,                                      \
 987           "Supress rewrites of bytecodes in the oopmap generator. "         \
 988           "This is unsafe!")                                                \
 989                                                                             \
 990   develop(bool, PrintCodeCacheExtension, false,                             \
 991           "Print extension of code cache")                                  \
 992                                                                             \
 993   develop(bool, UsePrivilegedStack, true,                                   \
 994           "Enable the security JVM functions")                              \
 995                                                                             \
 996   develop(bool, ProtectionDomainVerification, true,                         \
 997           "Verifies protection domain before resolution in system "         \
 998           "dictionary")                                                     \
 999                                                                             \
1000   product(bool, ClassUnloading, true,                                       \
1001           "Do unloading of classes")                                        \
1002                                                                             \
1003   diagnostic(bool, LinkWellKnownClasses, true,                              \
1004           "Resolve a well known class as soon as its name is seen")         \
1005                                                                             \
1006   develop(bool, DisableStartThread, false,                                  \
1007           "Disable starting of additional Java threads "                    \
1008           "(for debugging only)")                                           \
1009                                                                             \
1010   develop(bool, MemProfiling, false,                                        \
1011           "Write memory usage profiling to log file")                       \
1012                                                                             \
1013   notproduct(bool, PrintSystemDictionaryAtExit, false,                      \
1014           "Prints the system dictionary at exit")                           \
1015                                                                             \
1016   experimental(intx, PredictedLoadedClassCount, 0,                          \
1017           "Experimental: Tune loaded class cache starting size.")           \
1018                                                                             \
1019   diagnostic(bool, UnsyncloadClass, false,                                  \
1020           "Unstable: VM calls loadClass unsynchronized. Custom "            \
1021           "class loader  must call VM synchronized for findClass "          \
1022           "and defineClass.")                                               \
1023                                                                             \


src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File