--- old/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp 2013-09-19 22:29:09.000000000 +0200 +++ new/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp 2013-09-19 22:29:09.000000000 +0200 @@ -445,7 +445,7 @@ // into account (i.e., don't trigger if the amount of free // space has suddenly jumped up). If the current is much // higher than the average, use the average since it represents - // the longer term behavor. + // the longer term behavior. const size_t live_in_eden = MIN2(eden_live, (size_t) avg_eden_live()->average()); const size_t free_in_eden = max_eden_size > live_in_eden ?