RFR: 8316113: Infinite permission checking loop in java/net/spi/InetAddressResolverProvider/RuntimePermissionTest
Aleksei Efimov
aefimov at openjdk.org
Tue Sep 12 12:59:41 UTC 2023
On Tue, 12 Sep 2023 12:36:32 GMT, Daniel Fuchs <dfuchs at 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
More information about the net-dev
mailing list