hotspot/src/share/vm/oops/methodCounters.hpp
changeset 33163 9e128b399e48
parent 28650 772aaab2582f
child 35123 b0b89d83bcf5
--- a/hotspot/src/share/vm/oops/methodCounters.hpp	Fri Oct 09 11:28:11 2015 +0200
+++ b/hotspot/src/share/vm/oops/methodCounters.hpp	Fri Oct 09 14:21:26 2015 +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