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

src/share/vm/runtime/globals.hpp

Print this page




1109           "Print code generated for i2c/c2i adapters")                      \
1110                                                                             \
1111   diagnostic(bool, VerifyAdapterCalls, trueInDebug,                         \
1112           "Verify that i2c/c2i adapters are called properly")               \
1113                                                                             \
1114   develop(bool, VerifyAdapterSharing, false,                                \
1115           "Verify that the code for shared adapters is the equivalent")     \
1116                                                                             \
1117   diagnostic(bool, PrintAssembly, false,                                    \
1118           "Print assembly code (using external disassembler.so)")           \
1119                                                                             \
1120   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
1121           "Print options string passed to disassembler.so")                 \
1122                                                                             \
1123   notproduct(bool, PrintNMethodStatistics, false,                           \
1124           "Print a summary statistic for the generated nmethods")           \
1125                                                                             \
1126   diagnostic(bool, PrintNMethods, false,                                    \
1127           "Print assembly code for nmethods when generated")                \
1128                                                                             \
1129   diagnostic(intx, PrintNMethodsAtLevel, -1,                                \
1130           "Only print code for nmethods at the given compilation level")    \
1131                                                                             \
1132   diagnostic(bool, PrintNativeNMethods, false,                              \
1133           "Print assembly code for native nmethods when generated")         \
1134                                                                             \
1135   develop(bool, PrintDebugInfo, false,                                      \
1136           "Print debug information for all nmethods when generated")        \
1137                                                                             \
1138   develop(bool, PrintRelocations, false,                                    \
1139           "Print relocation information for all nmethods when generated")   \
1140                                                                             \
1141   develop(bool, PrintDependencies, false,                                   \
1142           "Print dependency information for all nmethods when generated")   \
1143                                                                             \
1144   develop(bool, PrintExceptionHandlers, false,                              \
1145           "Print exception handler tables for all nmethods when generated") \
1146                                                                             \
1147   develop(bool, StressCompiledExceptionHandlers, false,                     \
1148           "Exercise compiled exception handlers")                           \
1149                                                                             \
1150   develop(bool, InterceptOSException, false,                                \
1151           "Start debugger when an implicit OS (e.g. NULL) "                 \




1109           "Print code generated for i2c/c2i adapters")                      \
1110                                                                             \
1111   diagnostic(bool, VerifyAdapterCalls, trueInDebug,                         \
1112           "Verify that i2c/c2i adapters are called properly")               \
1113                                                                             \
1114   develop(bool, VerifyAdapterSharing, false,                                \
1115           "Verify that the code for shared adapters is the equivalent")     \
1116                                                                             \
1117   diagnostic(bool, PrintAssembly, false,                                    \
1118           "Print assembly code (using external disassembler.so)")           \
1119                                                                             \
1120   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
1121           "Print options string passed to disassembler.so")                 \
1122                                                                             \
1123   notproduct(bool, PrintNMethodStatistics, false,                           \
1124           "Print a summary statistic for the generated nmethods")           \
1125                                                                             \
1126   diagnostic(bool, PrintNMethods, false,                                    \
1127           "Print assembly code for nmethods when generated")                \
1128                                                                             \



1129   diagnostic(bool, PrintNativeNMethods, false,                              \
1130           "Print assembly code for native nmethods when generated")         \
1131                                                                             \
1132   develop(bool, PrintDebugInfo, false,                                      \
1133           "Print debug information for all nmethods when generated")        \
1134                                                                             \
1135   develop(bool, PrintRelocations, false,                                    \
1136           "Print relocation information for all nmethods when generated")   \
1137                                                                             \
1138   develop(bool, PrintDependencies, false,                                   \
1139           "Print dependency information for all nmethods when generated")   \
1140                                                                             \
1141   develop(bool, PrintExceptionHandlers, false,                              \
1142           "Print exception handler tables for all nmethods when generated") \
1143                                                                             \
1144   develop(bool, StressCompiledExceptionHandlers, false,                     \
1145           "Exercise compiled exception handlers")                           \
1146                                                                             \
1147   develop(bool, InterceptOSException, false,                                \
1148           "Start debugger when an implicit OS (e.g. NULL) "                 \


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