On Mon, 22 Sep 2025 15:46:26 GMT, Weijun Wang <[email protected]> wrote:

> Thanks for fixing this. The `terminate` method is only called once when the 
> KDC has its own sub-process. In that case, since the threads are daemons 
> there is really no need to interrupt them. The fix looks good but I don't 
> know how effective it is if a test really needs to start a KDC, terminate it, 
> and then start it on the same port.

This pr just replaces the thread.stop with the same functionality without 
changing the logic of the test. Do you propose reworking test and removing the 
interruption all together?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/26247#issuecomment-3328048329

Reply via email to