On Fri, 9 May 2025 23:23:27 GMT, Brent Christian <bchri...@openjdk.org> wrote:
> For `java.lang` tests, use the `@requires` facility in place of checking the > `os.name` system property or `File.separatorChar`. > > Automated test results are omitted as expected. This pull request has now been integrated. Changeset: d1543429 Author: Brent Christian <bchri...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/d1543429ff29ca0d761b8473b3fb8621abcd226d Stats: 82 lines in 4 files changed: 3 ins; 73 del; 6 mod 8356107: [java.lang] Use @requires tag instead of exiting based on os.name or separatorChar property Reviewed-by: naoto, bpb ------------- PR: https://git.openjdk.org/jdk/pull/25163