src/hotspot/share/code/compiledIC.cpp
changeset 48824 e48c4461a8bb
parent 48557 2e867226b914
child 48858 e50e326a2bfc
--- a/src/hotspot/share/code/compiledIC.cpp	Wed Jan 31 11:07:55 2018 -0500
+++ b/src/hotspot/share/code/compiledIC.cpp	Wed Jan 31 11:12:12 2018 -0600
@@ -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 (entry == NULL) {
       return false;
     }
 #ifdef ASSERT