--- old/src/share/vm/opto/doCall.cpp 2017-06-07 09:44:54.743575348 +0200 +++ new/src/share/vm/opto/doCall.cpp 2017-06-07 09:44:54.044576268 +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