hg: hsx/hotspot-gc/hotspot: 7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken

tony.printezis at oracle.com tony.printezis at oracle.com
Tue Sep 13 21:26:46 UTC 2011


Changeset: f1b4e0e0bdad
Author:    tonyp
Date:      2011-09-13 12:40 -0400
URL:       http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/f1b4e0e0bdad

7089625: G1: policy for how many old regions to add to the CSet (when young gen is fixed) is broken
Summary: When refactoring the code for a previous fix, a condition was not correctly negated which prevents the G1 policy from adding the correct number of old regions to the CSet when the young gen size is fixed. The changeset also fixes a small syntactical issue in g1ErgoVerbose.hpp which is causing compiler warnings.
Reviewed-by: brutisso, ysr

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1ErgoVerbose.hpp




More information about the hotspot-gc-dev mailing list