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	Mon May 28 22:32:04 2012
--- new/src/share/vm/runtime/globals.hpp	Mon May 28 22:32:03 2012

*** 3283,3295 **** --- 3283,3292 ---- "GC invoke count where +VerifyBefore/AfterGC kicks in") \ \ diagnostic(intx, VerifyGCLevel, 0, \ "Generation level at which to start +VerifyBefore/AfterGC") \ \ develop(uintx, ExitAfterGCNum, 0, \ "If non-zero, exit after this GC.") \ \ product(intx, MaxTenuringThreshold, 15, \ "Maximum value for tenuring threshold") \ \ product(intx, InitialTenuringThreshold, 7, \ "Initial value for tenuring threshold") \

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