src/hotspot/share/interpreter/bytecodeInterpreter.cpp
changeset 58177 4932dce35882
parent 57959 6b539901e79e
child 58679 9c3209ff7550
child 59069 e0d59f0c2b7d
--- a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Tue Sep 17 09:51:02 2019 +0200
+++ b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Tue Sep 17 09:51:02 2019 +0200
@@ -2436,7 +2436,7 @@
                   handle_exception);
           result = THREAD->vm_result();
         }
-        if (oopDesc::equals(result, Universe::the_null_sentinel()))
+        if (result == Universe::the_null_sentinel())
           result = NULL;
 
         VERIFY_OOP(result);