langtools/src/share/classes/com/sun/tools/classfile/ClassWriter.java
changeset 4873 cc4a679a96a2
parent 4302 e17f362853cd
child 5520 86e4b9a9da40
equal deleted inserted replaced
4872:6c49b0ac56a6 4873:cc4a679a96a2
   742             // throws
   742             // throws
   743             case THROWS:
   743             case THROWS:
   744                 out.writeByte(p.type_index);
   744                 out.writeByte(p.type_index);
   745                 break;
   745                 break;
   746             case CLASS_LITERAL:
   746             case CLASS_LITERAL:
       
   747             case CLASS_LITERAL_GENERIC_OR_ARRAY:
   747                 out.writeShort(p.offset);
   748                 out.writeShort(p.offset);
   748                 break;
   749                 break;
   749             // method parameter: not specified
   750             // method parameter: not specified
   750             case METHOD_PARAMETER_GENERIC_OR_ARRAY:
   751             case METHOD_PARAMETER_GENERIC_OR_ARRAY:
   751                 out.writeByte(p.parameter_index);
   752                 out.writeByte(p.parameter_index);