[jdk25u-dev] RFR: 8360702: runtime/Thread/AsyncExceptionTest.java timed out
Roland Mesde
duke at openjdk.org
Wed Feb 18 17:29:15 UTC 2026
On Wed, 18 Feb 2026 17:13:29 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> The PR is not clean, because it misses the change from the original commit:
>
> ```
> - * @requires test.thread.factory == null
> ```
>
> Do you know what is up with that?
My understanding is that "@requires test.thread.factory == null" means the test will only run when no custom thread factory is configured. In both cases, the result is the removal of the section, which should be considered trivial in nature due to the final result, which complies with the intent of the commit.
-------------
PR Comment: https://git.openjdk.org/jdk25u-dev/pull/274#issuecomment-3922146074
More information about the jdk-updates-dev
mailing list