Integrated: 8334357: Use NonInterleavingLogStream for report_metadata_oome
Axel Boldt-Christmas
aboldtch at openjdk.org
Thu Aug 22 06:26:13 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.
This pull request has now been integrated.
Changeset: 1d05989b
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1d05989bb4bcc08ef6f7c408ec987ea43995eb07
Stats: 17 lines in 1 file changed: 5 ins; 3 del; 9 mod
8334357: Use NonInterleavingLogStream for report_metadata_oome
Reviewed-by: jsjolen, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/19770
More information about the hotspot-runtime-dev
mailing list