comparison src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp @ 14309:63a4eb8bcd23

8025856: Fix typos in the GC code Summary: Fix about 440 typos in comments in the VM code Reviewed-by: mgerdin, tschatzl, coleenp, kmo, jcoomes
author jwilhelm
date Thu, 23 Jan 2014 14:47:23 +0100
parents 8f07aa079343
children 44315152d434
comparison
equal deleted inserted replaced
14308:870aedf4ba4f 14309:63a4eb8bcd23
35 // based on current application characteristics (based on gc cost 35 // based on current application characteristics (based on gc cost
36 // and application footprint). 36 // and application footprint).
37 // 37 //
38 // It also computes an optimal tenuring threshold between the young 38 // It also computes an optimal tenuring threshold between the young
39 // and old generations, so as to equalize the cost of collections 39 // and old generations, so as to equalize the cost of collections
40 // of those generations, as well as optimial survivor space sizes 40 // of those generations, as well as optimal survivor space sizes
41 // for the young generation. 41 // for the young generation.
42 // 42 //
43 // While this class is specifically intended for a generational system 43 // While this class is specifically intended for a generational system
44 // consisting of a young gen (containing an Eden and two semi-spaces) 44 // consisting of a young gen (containing an Eden and two semi-spaces)
45 // and a tenured gen, as well as a perm gen for reflective data, it 45 // and a tenured gen, as well as a perm gen for reflective data, it
111 bool _old_gen_policy_is_ready; 111 bool _old_gen_policy_is_ready;
112 112
113 // Changing the generation sizing depends on the data that is 113 // Changing the generation sizing depends on the data that is
114 // gathered about the effects of changes on the pause times and 114 // gathered about the effects of changes on the pause times and
115 // throughput. These variable count the number of data points 115 // throughput. These variable count the number of data points
116 // gathered. The policy may use these counters as a threshhold 116 // gathered. The policy may use these counters as a threshold
117 // for reliable data. 117 // for reliable data.
118 julong _young_gen_change_for_major_pause_count; 118 julong _young_gen_change_for_major_pause_count;
119 119
120 // To facilitate faster growth at start up, supplement the normal 120 // To facilitate faster growth at start up, supplement the normal
121 // growth percentage for the young gen eden and the 121 // growth percentage for the young gen eden and the