commit | ed5696dd2ce318b2480c96b5eeaf319853ce5d89 | [log] [tgz] |
---|---|---|
author | Charlie Gracie <charlie.gracie@microsoft.com> | Mon Aug 10 19:21:50 2020 +0100 |
committer | Daniel Fuchs <dfuchs@openjdk.org> | Mon Aug 10 19:21:50 2020 +0100 |
tree | 581e20f957d5a4d3a5c52d752e338c6f3804d1b4 | |
parent | 688e5d9071ee5a51e4af9fced86c44feb29a8a0e [diff] |
8251361: Potential race between Logger configuration and GCs in HttpURLConWithProxy test Keep a static reference to the logger to prevent its inadvertent garbage collection while the test is running. Reviewed-by: dfuchs