diff -r e9c6bbf513e5 -r 2091069b6851 hotspot/src/share/vm/oops/method.hpp --- a/hotspot/src/share/vm/oops/method.hpp Wed Sep 28 18:40:50 2016 +0300 +++ b/hotspot/src/share/vm/oops/method.hpp Mon Oct 03 21:48:21 2016 -0400 @@ -584,6 +584,7 @@ // 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)