--- old/src/share/vm/oops/methodCounters.hpp 2015-10-06 12:32:55.824371928 +0200 +++ new/src/share/vm/oops/methodCounters.hpp 2015-10-06 12:32:55.060371896 +0200 @@ -42,7 +42,7 @@ // The counter is reset by the sweeper and is decremented by some of the compiled // code. The counter values are interpreted as follows: // 1. (HotMethodDetection..INT_MAX] - initial value, no counters inserted - // 2. (1..HotMethodDetectionLimit) - the method is warm, the counter is used + // 2. [1..HotMethodDetectionLimit) - the method is warm, the counter is used // to figure out which methods can be flushed. // 3. (INT_MIN..0] - method is hot and will deopt and get // recompiled without the counters