src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Thu Jan  7 12:05:38 2016
--- new/src/share/vm/runtime/globals.hpp	Thu Jan  7 12:05:38 2016

*** 739,751 **** --- 739,748 ---- range(0, max_uintx) \ \ product(bool, ForceTimeHighResolution, false, \ "Using high time resolution (for Win32 only)") \ \ develop(bool, TraceItables, false, \ "Trace initialization and use of itables") \ \ develop(bool, TracePcPatching, false, \ "Trace usage of frame::patch_pc") \ \ develop(bool, TraceJumps, false, \ "Trace assembly jumps in thread ring buffer") \
*** 2697,2709 **** --- 2694,2703 ---- "has this message") \ \ develop(bool, DebugVtables, false, \ "add debugging code to vtable dispatch") \ \ develop(bool, PrintVtables, false, \ "print vtables when printing klass") \ \ notproduct(bool, PrintVtableStats, false, \ "print vtables stats at end of run") \ \ develop(bool, TraceCreateZombies, false, \ "trace creation of zombie nmethods") \

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