src/hotspot/cpu/x86/macroAssembler_x86.hpp
changeset 48557 2e867226b914
parent 47881 0ce0ac68ace7
child 49010 9010e596f391
--- a/src/hotspot/cpu/x86/macroAssembler_x86.hpp	Thu May 25 15:39:32 2017 -0400
+++ b/src/hotspot/cpu/x86/macroAssembler_x86.hpp	Fri May 26 18:39:27 2017 +0300
@@ -544,7 +544,8 @@
                                RegisterOrConstant itable_index,
                                Register method_result,
                                Register scan_temp,
-                               Label& no_such_interface);
+                               Label& no_such_interface,
+                               bool return_method = true);
 
   // virtual method calling
   void lookup_virtual_method(Register recv_klass,