hotspot/src/share/vm/oops/method.hpp
changeset 41669 2091069b6851
parent 39714 976b97b59d87
child 41715 296ff044b943
--- 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)