On Wed, 24 Apr 2024 16:21:39 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
> This patch fixes leak reporting in `ForbiddenHeadTest.java` and > `ProxySelectorTest.java`. > > The tests were checking for leaks, but the detected problems were not > reported to the test harness. Additionally, `ForbiddenHeadTest.java` was > holding references to the clients, preventing them from being collected by GC. > > The tests continue to pass. LGTM. Thanks for finding the issue and fixing it. ------------- Marked as reviewed by dfuchs (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/18938#pullrequestreview-2020579069