src/share/vm/runtime/globals.hpp

Print this page
rev 6280 : [mq]: osx-clock

*** 614,623 **** --- 614,626 ---- "Use large pages if maximum heap is at least this big") \ \ product(bool, ForceTimeHighResolution, false, \ "Using high time resolution (for Win32 only)") \ \ + experimental(bool, AssumeMonotonicOSTimers, false, \ + "Assume that the OS system timers are monotonic") \ + \ develop(bool, TraceItables, false, \ "Trace initialization and use of itables") \ \ develop(bool, TracePcPatching, false, \ "Trace usage of frame::patch_pc") \