--- old/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp 2013-09-19 22:29:10.000000000 +0200 +++ new/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp 2013-09-19 22:29:10.000000000 +0200 @@ -157,7 +157,7 @@ // decrease/increase the old generation for major pause time int _change_old_gen_for_maj_pauses; - // change old geneneration for throughput + // change old generation for throughput int _change_old_gen_for_throughput; // change young generation for throughput @@ -182,7 +182,7 @@ // Changing the generation sizing depends on the data that is // gathered about the effects of changes on the pause times and // throughput. These variable count the number of data points - // gathered. The policy may use these counters as a threshhold + // gathered. The policy may use these counters as a threshold // for reliable data. julong _young_gen_change_for_minor_throughput; julong _old_gen_change_for_major_throughput;