--- old/src/share/vm/code/compiledIC.cpp 2017-06-09 07:31:12.000000000 -0500 +++ new/src/share/vm/code/compiledIC.cpp 2017-06-09 07:31:11.000000000 -0500 @@ -224,7 +224,7 @@ assert(bytecode == Bytecodes::_invokeinterface, ""); int itable_index = call_info->itable_index(); entry = VtableStubs::find_itable_stub(itable_index); - if (entry == false) { + if (NULL == entry) { return false; } #ifdef ASSERT