< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page
rev 50748 : Thread Dump Extension (memory allocation)


 644           "in the working directory)")                                      \
 645                                                                             \
 646   develop(bool, BreakAtWarning, false,                                      \
 647           "Execute breakpoint upon encountering VM warning")                \
 648                                                                             \
 649   develop(bool, UseFakeTimers, false,                                       \
 650           "Tell whether the VM should use system time or a fake timer")     \
 651                                                                             \
 652   product(ccstr, NativeMemoryTracking, "off",                               \
 653           "Native memory tracking options")                                 \
 654                                                                             \
 655   diagnostic(bool, PrintNMTStatistics, false,                               \
 656           "Print native memory tracking summary data if it is on")          \
 657                                                                             \
 658   diagnostic(bool, LogCompilation, false,                                   \
 659           "Log compilation activity in detail to LogFile")                  \
 660                                                                             \
 661   product(bool, PrintCompilation, false,                                    \
 662           "Print compilations")                                             \
 663                                                                             \



 664   diagnostic(bool, TraceNMethodInstalls, false,                             \
 665           "Trace nmethod installation")                                     \
 666                                                                             \
 667   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
 668           "0: do not allow scavengable oops in the code cache; "            \
 669           "1: allow scavenging from the code cache; "                       \
 670           "2: emit as many constants as the compiler can see")              \
 671           range(0, 2)                                                       \
 672                                                                             \
 673   product(bool, AlwaysRestoreFPU, false,                                    \
 674           "Restore the FPU control word after every JNI call (expensive)")  \
 675                                                                             \
 676   diagnostic(bool, PrintCompilation2, false,                                \
 677           "Print additional statistics per compilation")                    \
 678                                                                             \
 679   diagnostic(bool, PrintAdapterHandlers, false,                             \
 680           "Print code generated for i2c/c2i adapters")                      \
 681                                                                             \
 682   diagnostic(bool, VerifyAdapterCalls, trueInDebug,                         \
 683           "Verify that i2c/c2i adapters are called properly")               \




 644           "in the working directory)")                                      \
 645                                                                             \
 646   develop(bool, BreakAtWarning, false,                                      \
 647           "Execute breakpoint upon encountering VM warning")                \
 648                                                                             \
 649   develop(bool, UseFakeTimers, false,                                       \
 650           "Tell whether the VM should use system time or a fake timer")     \
 651                                                                             \
 652   product(ccstr, NativeMemoryTracking, "off",                               \
 653           "Native memory tracking options")                                 \
 654                                                                             \
 655   diagnostic(bool, PrintNMTStatistics, false,                               \
 656           "Print native memory tracking summary data if it is on")          \
 657                                                                             \
 658   diagnostic(bool, LogCompilation, false,                                   \
 659           "Log compilation activity in detail to LogFile")                  \
 660                                                                             \
 661   product(bool, PrintCompilation, false,                                    \
 662           "Print compilations")                                             \
 663                                                                             \
 664   product(bool, PrintExtendedThreadInfo, false,                             \
 665           "Print more information in thread dump")                          \
 666                                                                             \
 667   diagnostic(bool, TraceNMethodInstalls, false,                             \
 668           "Trace nmethod installation")                                     \
 669                                                                             \
 670   diagnostic(intx, ScavengeRootsInCode, 2,                                  \
 671           "0: do not allow scavengable oops in the code cache; "            \
 672           "1: allow scavenging from the code cache; "                       \
 673           "2: emit as many constants as the compiler can see")              \
 674           range(0, 2)                                                       \
 675                                                                             \
 676   product(bool, AlwaysRestoreFPU, false,                                    \
 677           "Restore the FPU control word after every JNI call (expensive)")  \
 678                                                                             \
 679   diagnostic(bool, PrintCompilation2, false,                                \
 680           "Print additional statistics per compilation")                    \
 681                                                                             \
 682   diagnostic(bool, PrintAdapterHandlers, false,                             \
 683           "Print code generated for i2c/c2i adapters")                      \
 684                                                                             \
 685   diagnostic(bool, VerifyAdapterCalls, trueInDebug,                         \
 686           "Verify that i2c/c2i adapters are called properly")               \


< prev index next >