> The BindServer starts several threads and opens streams.
>
> It registered them for cleanup using "Finalizer" from nsk.share.framework.
> Currently, it cleanup resources during shutdown hook.
>
> This fix changes BindServer to explicitly close streams and finish threads
> after test is comple
On Wed, 22 May 2024 16:39:34 GMT, Chris Plummer wrote:
>> Leonid Mesnik has updated the pull request incrementally with three
>> additional commits since the last revision:
>>
>> - Merge branch '8332631' of https://github.com/lmesnik/jdk into 8332631
>> - Update test/hotspot/jtreg/vmTestbase/
On Tue, 21 May 2024 19:55:01 GMT, Leonid Mesnik wrote:
> The BindServer starts several threads and opens streams.
>
> It registered them for cleanup using "Finalizer" from nsk.share.framework.
> Currently, it cleanup resources during shutdown hook.
>
> This fix changes BindServer to explicitly
On Tue, 21 May 2024 19:55:01 GMT, Leonid Mesnik wrote:
> The BindServer starts several threads and opens streams.
>
> It registered them for cleanup using "Finalizer" from nsk.share.framework.
> Currently, it cleanup resources during shutdown hook.
>
> This fix changes BindServer to explicitly
The BindServer starts several threads and opens streams.
It registered them for cleanup using "Finalizer" from nsk.share.framework.
Currently, it cleanup resources during shutdown hook.
This fix changes BindServer to explicitly close streams and finish threads
after test is completed. The excep