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.
Log using a `NonInterleavingLogStream` so that the multi-line and multi-level logging from each thread does not get interleaved.
- links to
-
Commit(master) openjdk/jdk/1d05989b
-
Review(master) openjdk/jdk/19770