src/hotspot/share/runtime/globals.hpp
changeset 53981 d489081c5650
parent 53970 1ad7c590a6e7
child 54031 feea57b38a1c
child 57244 a535e674d50d
equal deleted inserted replaced
53980:f3fd73c3a077 53981:d489081c5650
   649           "in the working directory)")                                      \
   649           "in the working directory)")                                      \
   650                                                                             \
   650                                                                             \
   651   develop(bool, BreakAtWarning, false,                                      \
   651   develop(bool, BreakAtWarning, false,                                      \
   652           "Execute breakpoint upon encountering VM warning")                \
   652           "Execute breakpoint upon encountering VM warning")                \
   653                                                                             \
   653                                                                             \
   654   develop(bool, UseFakeTimers, false,                                       \
       
   655           "Tell whether the VM should use system time or a fake timer")     \
       
   656                                                                             \
       
   657   product(ccstr, NativeMemoryTracking, "off",                               \
   654   product(ccstr, NativeMemoryTracking, "off",                               \
   658           "Native memory tracking options")                                 \
   655           "Native memory tracking options")                                 \
   659                                                                             \
   656                                                                             \
   660   diagnostic(bool, PrintNMTStatistics, false,                               \
   657   diagnostic(bool, PrintNMTStatistics, false,                               \
   661           "Print native memory tracking summary data if it is on")          \
   658           "Print native memory tracking summary data if it is on")          \