RFR: 8367150: Add a header line to improve VMErrorCallback printing

Stefan Karlsson stefank at openjdk.org
Tue Sep 9 11:55:57 UTC 2025


On Tue, 9 Sep 2025 06:26:43 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:

> 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 callback's print ]
> VMErrorCallback 2:
> [ Second callback's print ]

Marked as reviewed by stefank (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/27160#pullrequestreview-3201122460


More information about the hotspot-dev mailing list