Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8041793

javap misses newline after printing AnnotationDefault

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 8
    • tools
    • None
    • b01

        javap misses a newline after print an AnnotationDefault value:

        {
          public abstract int value();
            descriptor: ()I
            flags: ACC_PUBLIC, ACC_ABSTRACT

          public abstract java.lang.String badValue();
            descriptor: ()Ljava/lang/String;
            flags: ACC_PUBLIC, ACC_ABSTRACT
            AnnotationDefault:
              default_value: I#14}
        RuntimeVisibleAnnotations:
          0: #7(#8=e#9.#10)

              jjg Jonathan Gibbons
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: