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 ]
```
```
VMErrorCallback 1:
[ First callbacks print ]
VMErrorCallback 2:
[ Second callbacks print ]
```
- links to
-
Review(master) openjdk/jdk/27160