--- old/src/share/vm/gc_implementation/g1/g1_globals.hpp 2014-12-15 10:41:32.742409549 +0100 +++ new/src/share/vm/gc_implementation/g1/g1_globals.hpp 2014-12-15 10:41:32.674407608 +0100 @@ -273,6 +273,10 @@ experimental(bool, G1ReclaimDeadHumongousObjectsAtYoungGC, true, \ "Try to reclaim dead large objects at every young GC.") \ \ + experimental(bool, G1ReclaimDeadHumongousObjectsWithStaleRefsAtYoungGC, true, \ + "Try to reclaim dead large objects that have a few stale " \ + "references at every young GC.") \ + \ experimental(bool, G1TraceReclaimDeadHumongousObjectsAtYoungGC, false, \ "Print some information about large object liveness " \ "at every young GC.") \