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

Typo in IAE details message of `RecordedObject.getValueDescriptor`

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P5 P5
    • 19
    • 19
    • hotspot
    • None
    • jfr
    • b14

      The illegal argument exception details message of method `RecordedObject.getValueDescriptor` starts with superfluous `"` character.

      Is: "\"Attempt to get unknown field \"" + name + "\""
      Should be: "Attempt to get unknown field \"" + name + "\""

      See https://github.com/openjdk/jdk/blob/master/src%2Fjdk.jfr%2Fshare%2Fclasses%2Fjdk%2Fjfr%2Fconsumer%2FRecordedObject.java#L332

            cstein Christian Stein
            cstein Christian Stein
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: