src/share/vm/classfile/classFileParser.cpp

changeset 6080
fce21ac5968d
parent 5882
1a93f2c5945a
child 6129
19146c82b6fc
child 6244
0611ce949aaa
     1.1 --- a/src/share/vm/classfile/classFileParser.cpp	Fri Nov 08 23:49:20 2013 +0000
     1.2 +++ b/src/share/vm/classfile/classFileParser.cpp	Wed Nov 13 07:31:26 2013 -0800
     1.3 @@ -4080,7 +4080,7 @@
     1.4  
     1.5      // Generate any default methods - default methods are interface methods
     1.6      // that have a default implementation.  This is new with Lambda project.
     1.7 -    if (has_default_methods && !access_flags.is_interface() ) {
     1.8 +    if (has_default_methods ) {
     1.9        DefaultMethods::generate_default_methods(
    1.10            this_klass(), &all_mirandas, CHECK_(nullHandle));
    1.11      }

mercurial