Typo in IAE details message of `RecordedObject.getValueDescriptor`

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P5
    • 19
    • Affects Version/s: 19
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: