< prev index next >

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

Print this page

        

*** 1879,1890 **** } 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); } --- 1879,1888 ----
< prev index next >