--- old/src/hotspot/share/opto/library_call.cpp 2020-02-14 11:36:00.826750730 +0100 +++ new/src/hotspot/share/opto/library_call.cpp 2020-02-14 11:36:00.642750733 +0100 @@ -139,7 +139,7 @@ if (!stopped() && res != NULL) { BasicType bt = res->bottom_type()->basic_type(); if (C->inlining_incrementally() && res->is_ValueType()) { - // The caller expects and oop when incrementally inlining an intrinsic that returns an + // The caller expects an oop when incrementally inlining an intrinsic that returns an // inline type. Make sure the call is re-executed if the allocation triggers a deoptimization. PreserveReexecuteState preexecs(this); jvms()->set_should_reexecute(true);