< prev index next >

src/share/vm/oops/method.hpp

Print this page

        

@@ -582,10 +582,11 @@
   bool is_vanilla_constructor() const;
 
   // checks method and its method holder
   bool is_final_method() const;
   bool is_final_method(AccessFlags class_access_flags) const;
+  // interface method declared with 'default' - excludes private interface methods
   bool is_default_method() const;
 
   // true if method needs no dynamic dispatch (final and/or no vtable entry)
   bool can_be_statically_bound() const;
   bool can_be_statically_bound(AccessFlags class_access_flags) const;
< prev index next >