hotspot/src/share/vm/opto/doCall.cpp
changeset 46542 73dd19b96b5d
parent 44738 11431bbc9549
child 46820 9380b77281d2
--- a/hotspot/src/share/vm/opto/doCall.cpp	Thu Jun 15 09:52:44 2017 +0200
+++ b/hotspot/src/share/vm/opto/doCall.cpp	Fri Jun 09 10:51:52 2017 +0200
@@ -569,7 +569,7 @@
   // save across call, for a subsequent cast_not_null.
   Node* receiver = has_receiver ? argument(0) : NULL;
 
-  // The extra CheckCastPP for speculative types mess with PhaseStringOpts
+  // The extra CheckCastPPs for speculative types mess with PhaseStringOpts
   if (receiver != NULL && !call_does_dispatch && !cg->is_string_late_inline()) {
     // Feed profiling data for a single receiver to the type system so
     // it can propagate it as a speculative type