diff src/share/vm/oops/instanceKlass.hpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents 5e6f29f287d6
children 52b4284cb496
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Wed Oct 15 15:35:33 2014 +0200
+++ b/src/share/vm/oops/instanceKlass.hpp	Wed Oct 15 11:59:32 2014 +0200
@@ -529,7 +529,8 @@
 
   // lookup a method in all the interfaces that this class implements
   // (returns NULL if not found)
-  Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature) const;
+  Method* lookup_method_in_all_interfaces(Symbol* name, Symbol* signature, bool skip_default_methods) const;
+
   // lookup a method in local defaults then in all interfaces
   // (returns NULL if not found)
   Method* lookup_method_in_ordered_interfaces(Symbol* name, Symbol* signature) const;