RFR: 8334357: Use NonInterleavingLogStream for report_metadata_oome
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Aug 15 06:21:49 UTC 2024
On Tue, 18 Jun 2024 12:27:52 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> When `report_metadata_oome` occurs it usually occurs for multiple threads at once. Unless `tid` is used in the logging output it is very hard to understand what logging belongs together.
>
> Log using a `NonInterleavingLogStream` so that the multi-line and multi-level logging from each thread does not get interleaved.
@tstuefe Maybe you can give a second review here.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19770#issuecomment-2290743664
More information about the hotspot-runtime-dev
mailing list