diff src/share/vm/runtime/advancedThresholdPolicy.cpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 63a4eb8bcd23
children c7db9dc73694
line wrap: on
line diff
--- a/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/advancedThresholdPolicy.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -306,7 +306,7 @@
  *    profiling can start at level 0 and finish at level 3.
  *
  * b. 0 -> 2 -> 3 -> 4.
- *    This case occurs when the load on C2 is deemed too high. So, instead of transitioning
+ *    This case occures when the load on C2 is deemed too high. So, instead of transitioning
  *    into state 3 directly and over-profiling while a method is in the C2 queue we transition to
  *    level 2 and wait until the load on C2 decreases. This path is disabled for OSRs.
  *