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

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents 10c4df6767c4
children 0926a952ba55
line wrap: on
line diff
--- a/src/share/vm/runtime/compilationPolicy.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/compilationPolicy.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -237,7 +237,7 @@
 }
 
 void NonTieredCompPolicy::reset_counter_for_back_branch_event(methodHandle m) {
-  // Delay next back-branch event but pump up invocation counter to trigger
+  // Delay next back-branch event but pump up invocation counter to triger
   // whole method compilation.
   MethodCounters* mcs = m->method_counters();
   assert(mcs != NULL, "MethodCounters cannot be NULL for profiling");
@@ -255,7 +255,7 @@
 //
 // CounterDecay
 //
-// Iterates through invocation counters and decrements them. This
+// Interates through invocation counters and decrements them. This
 // is done at each safepoint.
 //
 class CounterDecay : public AllStatic {
@@ -325,7 +325,7 @@
 }
 
 // This method can be called by any component of the runtime to notify the policy
-// that it's recommended to delay the compilation of this method.
+// that it's recommended to delay the complation of this method.
 void NonTieredCompPolicy::delay_compilation(Method* method) {
   MethodCounters* mcs = method->method_counters();
   if (mcs != NULL) {