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

src/share/vm/runtime/globals.hpp

Print this page




 870           "Execute breakpoint upon encountering VM warning")                \
 871                                                                             \
 872   product_pd(bool, UseVectoredExceptions,                                   \
 873           "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \
 874                                                                             \
 875   develop(bool, TraceVMOperation, false,                                    \
 876           "Trace vm operations")                                            \
 877                                                                             \
 878   develop(bool, UseFakeTimers, false,                                       \
 879           "Tells whether the VM should use system time or a fake timer")    \
 880                                                                             \
 881   diagnostic(bool, LogCompilation, false,                                   \
 882           "Log compilation activity in detail to hotspot.log or LogFile")   \
 883                                                                             \
 884   product(bool, PrintCompilation, false,                                    \
 885           "Print compilations")                                             \
 886                                                                             \
 887   diagnostic(bool, TraceNMethodInstalls, false,                             \
 888              "Trace nmethod intallation")                                   \
 889                                                                             \
 890   diagnostic(intx, ScavengeRootsInCode, 1,                                  \
 891              "0: do not allow scavengable oops in the code cache; "         \
 892              "1: allow scavenging from the code cache; "                    \
 893              "2: emit as many constants as the compiler can see")           \
 894                                                                             \
 895   diagnostic(bool, TraceOSRBreakpoint, false,                               \
 896              "Trace OSR Breakpoint ")                                       \
 897                                                                             \
 898   diagnostic(bool, TraceCompileTriggered, false,                            \
 899              "Trace compile triggered")                                     \
 900                                                                             \
 901   diagnostic(bool, TraceTriggers, false,                                    \
 902              "Trace triggers")                                              \
 903                                                                             \
 904   product(bool, AlwaysRestoreFPU, false,                                    \
 905           "Restore the FPU control word after every JNI call (expensive)")  \
 906                                                                             \
 907   diagnostic(bool, PrintCompilation2, false,                                \
 908           "Print additional statistics per compilation")                    \
 909                                                                             \
 910   diagnostic(bool, PrintAdapterHandlers, false,                             \




 870           "Execute breakpoint upon encountering VM warning")                \
 871                                                                             \
 872   product_pd(bool, UseVectoredExceptions,                                   \
 873           "Temp Flag - Use Vectored Exceptions rather than SEH (Windows Only)") \
 874                                                                             \
 875   develop(bool, TraceVMOperation, false,                                    \
 876           "Trace vm operations")                                            \
 877                                                                             \
 878   develop(bool, UseFakeTimers, false,                                       \
 879           "Tells whether the VM should use system time or a fake timer")    \
 880                                                                             \
 881   diagnostic(bool, LogCompilation, false,                                   \
 882           "Log compilation activity in detail to hotspot.log or LogFile")   \
 883                                                                             \
 884   product(bool, PrintCompilation, false,                                    \
 885           "Print compilations")                                             \
 886                                                                             \
 887   diagnostic(bool, TraceNMethodInstalls, false,                             \
 888              "Trace nmethod intallation")                                   \
 889                                                                             \
 890   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
 891              "0: do not allow scavengable oops in the code cache; "         \
 892              "1: allow scavenging from the code cache; "                    \
 893              "2: emit as many constants as the compiler can see")           \
 894                                                                             \
 895   diagnostic(bool, TraceOSRBreakpoint, false,                               \
 896              "Trace OSR Breakpoint ")                                       \
 897                                                                             \
 898   diagnostic(bool, TraceCompileTriggered, false,                            \
 899              "Trace compile triggered")                                     \
 900                                                                             \
 901   diagnostic(bool, TraceTriggers, false,                                    \
 902              "Trace triggers")                                              \
 903                                                                             \
 904   product(bool, AlwaysRestoreFPU, false,                                    \
 905           "Restore the FPU control word after every JNI call (expensive)")  \
 906                                                                             \
 907   diagnostic(bool, PrintCompilation2, false,                                \
 908           "Print additional statistics per compilation")                    \
 909                                                                             \
 910   diagnostic(bool, PrintAdapterHandlers, false,                             \


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