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

Add a header line to improve VMErrorCallback printing

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • 26
    • None
    • hotspot

      Currently all the registered VMErrorCallback are printed one after another in the error report with only a newline separating them. It makes harder to both quickly find the section, or differentiate the where one starts and another begins in the case of multiple callbacks. I propose we add a simple header line before each callback.

      ```
      VMErrorCallback 1:
      [ First callbacks print ]
      VMErrorCallback 2:
      [ Second callbacks print ]
      ```

            aboldtch Axel Boldt-Christmas
            aboldtch Axel Boldt-Christmas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: