diff src/share/vm/runtime/simpleThresholdPolicy.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 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/runtime/simpleThresholdPolicy.cpp	Tue Apr 01 14:09:03 2014 +0200
+++ b/src/share/vm/runtime/simpleThresholdPolicy.cpp	Tue Apr 01 13:57:07 2014 +0200
@@ -387,7 +387,7 @@
                                                      int bci, CompLevel level, nmethod* nm, JavaThread* thread) {
   // If the method is already compiling, quickly bail out.
   if (is_compilation_enabled() && !CompileBroker::compilation_is_in_queue(mh, bci)) {
-    // Use loop event as an opportunity to also check there's been
+    // Use loop event as an opportinity to also check there's been
     // enough calls.
     CompLevel cur_level = comp_level(mh());
     CompLevel next_level = call_event(mh(), cur_level);