diff src/share/vm/classfile/classFileParser.cpp @ 17477:0611ce949aaa

Merge
author kizune
date Tue, 03 Dec 2013 14:13:06 +0400
parents 6795fcebbf42 fce21ac5968d
children e254e5940c19
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Sun Nov 03 07:50:24 2013 +0000
+++ b/src/share/vm/classfile/classFileParser.cpp	Tue Dec 03 14:13:06 2013 +0400
@@ -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));
     }