langtools/src/share/classes/com/sun/tools/javac/jvm/ClassReader.java
changeset 5736 ee0850472ca1
parent 5012 405341b6e9c5
child 5738 c24b113fe4ac
equal deleted inserted replaced
5371:ff9031a745d9 5736:ee0850472ca1
  1096                 void read(Symbol sym, int attrLen) {
  1096                 void read(Symbol sym, int attrLen) {
  1097                     attachTypeAnnotations(sym);
  1097                     attachTypeAnnotations(sym);
  1098                 }
  1098                 }
  1099             },
  1099             },
  1100 
  1100 
       
  1101             new AttributeReader(names.PolymorphicSignature, V45_3/*S.B.V51*/, CLASS_OR_MEMBER_ATTRIBUTE) {
       
  1102                 void read(Symbol sym, int attrLen) {
       
  1103                     sym.flags_field |= POLYMORPHIC_SIGNATURE;
       
  1104                 }
       
  1105             },
       
  1106 
  1101 
  1107 
  1102             // The following attributes for a Code attribute are not currently handled
  1108             // The following attributes for a Code attribute are not currently handled
  1103             // StackMapTable
  1109             // StackMapTable
  1104             // SourceDebugExtension
  1110             // SourceDebugExtension
  1105             // LineNumberTable
  1111             // LineNumberTable