comparison src/share/vm/gc_implementation/parallelScavenge/psGCAdaptivePolicyCounters.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
193 _full_follows_scavenge->set_value(event); 193 _full_follows_scavenge->set_value(event);
194 } 194 }
195 195
196 // Update all the counters that can be updated from the size policy. 196 // Update all the counters that can be updated from the size policy.
197 // This should be called after all policy changes have been made 197 // This should be called after all policy changes have been made
198 // and reflected internally in the size policy. 198 // and reflected internall in the size policy.
199 void update_counters_from_policy(); 199 void update_counters_from_policy();
200 200
201 // Update counters that can be updated from fields internal to the 201 // Update counters that can be updated from fields internal to the
202 // counter or from globals. This is distinguished from counters 202 // counter or from globals. This is distinguished from counters
203 // that are updated via input parameters. 203 // that are updated via input parameters.