On Tue, 12 Sep 2023 12:36:32 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> I am not sure why this test uses a Logger - possibly this could be simply > replaced with System.err::println to avoid the issue? @AlekseiEfimov ? Right, the `Logger` usages are not actually needed in this test - they can be replaced with `System.err::println`. ------------- PR Comment: https://git.openjdk.org/jdk/pull/15681#issuecomment-1715674442