< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassWriter.java

Print this page

        

@@ -1879,12 +1879,10 @@
         } else {
             poolbuf.appendChar(target.minorVersion);
         }
         poolbuf.appendChar(target.majorVersion);
 
-        // TODO: Need to skip this for Modules - not sure where
-        // that check really belongs, but this works.
         if (c.owner.kind != MDL) {
             if (target.hasNestmateAccess()) {
                 acount += writeNestMembersIfNeeded(c);
                 acount += writeNestHostIfNeeded(c);
             }
< prev index next >