On Tue, 10 Sep 2024 16:37:11 GMT, sbgoog <d...@openjdk.org> wrote: > FIleSystemPreferences.lockFile() catches an InterruptedException and just > returns false, forgetting to re-interrupt the current thread. This leaves the > caller with no way to observe that the thread was interrupted. This change > restores the interrupted status on the current thread before returning.
This PR needs another reviewer. Is there someone that can have a look at it? ------------- PR Comment: https://git.openjdk.org/jdk/pull/20938#issuecomment-2379437283