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

JFR: XMLWriter is not XML 1.0 compliant

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None
    • jfr

      To avoid a dependency on the java.xml module, JFR contains an XML pretty printer (XMLWriter) used by 'jfr print --xml'. It may produce output that is not XML 1.0 compliant. Some control characters in the range 0–31 are currently escaped but should be replaced with '?'. Surrogate characters are also not handled. Not sure, but CDATA and "]]>" may also need some special treatment.

            Unassigned Unassigned
            egahlin Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: