Request for review (XXS): 7110190 GCCause::to_string missing case for _adaptive_size_policy
Bengt Rutisson
bengt.rutisson at oracle.com
Wed Nov 9 22:36:49 UTC 2011
Hi all,
Could I have a couple of reviews for this very simple change?
http://cr.openjdk.java.net/~brutisso/7110190/webrev.01/
GCCause::to_string() was missing a case for _adaptive_size_policy. I
added this case and also moved around a couple of the existing case
statements to make sure that the statements are in the same order as
they are defined in the enum GCCause::Cause.
I choose the string "Ergonomics" to be consistent with
CMSExpansionCause::to_string().
CR:
7110190 GCCause::to_string missing case for _adaptive_size_policy
http://monaco.us.oracle.com/detail.jsf?cr=7110190
Bengt
More information about the hotspot-gc-dev
mailing list