src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp	Mon Sep 30 21:36:12 2013
--- new/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp	Mon Sep 30 21:36:11 2013

*** 155,165 **** --- 155,165 ---- int _change_young_gen_for_min_pauses; // 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 int _change_young_gen_for_throughput;
*** 180,190 **** --- 180,190 ---- int _decide_at_full_gc; // 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; static const uint GCWorkersPerJavaThread = 2;

src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File