diff src/share/vm/classfile/classFileParser.cpp @ 13070:755c423791ab

Merge
author ehelin
date Thu, 14 Nov 2013 21:05:16 +0100
parents fce21ac5968d
children 096c224171c4 19146c82b6fc 0611ce949aaa
line wrap: on
line diff
--- a/src/share/vm/classfile/classFileParser.cpp	Fri Nov 08 17:46:53 2013 +0100
+++ b/src/share/vm/classfile/classFileParser.cpp	Thu Nov 14 21:05:16 2013 +0100
@@ -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));
     }