hg: hsx/hotspot-gc/hotspot: 7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
john.cuthbertson at oracle.com
john.cuthbertson at oracle.com
Wed Aug 29 02:36:17 UTC 2012
Changeset: c9814fadeb38
Author: johnc
Date: 2012-08-28 15:20 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/c9814fadeb38
7041879: G1: introduce stress testing parameter to cause frequent evacuation failures
Summary: Add the flags G1EvacuationFailureALot flag (and supporting flags) to force trigger evacuation failures. The support flags control how often to trigger an evacuation failure and during which types of evacuation pause. This functionality is analogous to that of PromotionFailureALot for the other collectors.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.inline.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
More information about the hotspot-gc-dev
mailing list