hotspot/src/share/vm/classfile/classFileParser.cpp
changeset 21556 e75cd34a59e0
parent 20670 4f5a54933d4d
child 21765 e2c19a9f1039
--- a/hotspot/src/share/vm/classfile/classFileParser.cpp	Fri Nov 08 23:49:20 2013 +0000
+++ b/hotspot/src/share/vm/classfile/classFileParser.cpp	Wed Nov 13 07:31:26 2013 -0800
@@ -4080,7 +4080,7 @@
 
     // Generate any default methods - default methods are interface methods
     // that have a default implementation.  This is new with Lambda project.
-    if (has_default_methods && !access_flags.is_interface() ) {
+    if (has_default_methods ) {
       DefaultMethods::generate_default_methods(
           this_klass(), &all_mirandas, CHECK_(nullHandle));
     }