Integrated: 8364954: (bf) CleaningThread should be InnocuousThread
Liam Miller-Cushon
cushon at openjdk.org
Thu Aug 7 19:46:26 UTC 2025
On Wed, 6 Aug 2025 23:17:27 GMT, Liam Miller-Cushon <cushon at openjdk.org> wrote:
> This migrates a `Thread` introduced in [JDK-8344332](https://bugs.openjdk.org/browse/JDK-8344332) to use `InnocuousThread`, similar to the changes in [JDK-8345432](https://bugs.openjdk.org/browse/JDK-8345432) to migrate other uses of `Thread` in `java.nio` to `InnocuousThread`.
This pull request has now been integrated.
Changeset: c0e6ffab
Author: Liam Miller-Cushon <cushon at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c0e6ffabc216279068ab887939028ca27f5143f2
Stats: 6 lines in 1 file changed: 2 ins; 0 del; 4 mod
8364954: (bf) CleaningThread should be InnocuousThread
Reviewed-by: rriggs, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/26665
More information about the nio-dev
mailing list