Integrated: 8355445: [java.nio] Use @requires tag instead of exiting based on "os.name" property value

Brian Burkhalter bpb at openjdk.org
Fri May 2 17:02:57 UTC 2025


On Thu, 24 Apr 2025 20:48:58 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Use the `@requires` tag instead of obtaining the operating system name from the `os.name` property and then exiting if the test is not run on that operating system.

This pull request has now been integrated.

Changeset: 84f570c5
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/84f570c573f5c355cf55e05d06ddb383deb476ca
Stats:     44 lines in 7 files changed: 6 ins; 31 del; 7 mod

8355445: [java.nio] Use @requires tag instead of exiting based on "os.name" property value

Reviewed-by: lancea, jpai, iris

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

PR: https://git.openjdk.org/jdk/pull/24861


More information about the nio-dev mailing list