jdk/src/share/classes/sun/tools/javac/SourceMember.java
changeset 25522 10d789df41bb
parent 5506 202f599c92aa
child 25799 1afc4675dc75
equal deleted inserted replaced
25521:80551dd1d902 25522:10d789df41bb
   883                 } else { // removed: if (!e.equalsDefault()) {
   883                 } else { // removed: if (!e.equalsDefault()) {
   884                     // This code doesn't appear to be reached for
   884                     // This code doesn't appear to be reached for
   885                     // instance initializers.  Code for these is generated
   885                     // instance initializers.  Code for these is generated
   886                     // in the makeVarInits() method of the class
   886                     // in the makeVarInits() method of the class
   887                     // MethodExpression.
   887                     // MethodExpression.
   888                     asm.add(getWhere(), opc_aload, new Integer(0));
   888                     asm.add(getWhere(), opc_aload, 0);
   889                     e.codeValue(env, ctx, asm);
   889                     e.codeValue(env, ctx, asm);
   890                     asm.add(getWhere(), opc_putfield, this);
   890                     asm.add(getWhere(), opc_putfield, this);
   891                 }
   891                 }
   892             }
   892             }
   893             return;
   893             return;