RFR: 8302806: (fs) Remove unused enum sun.nio.file.SensitivityWatchEventModifier

Alan Bateman alanb at openjdk.org
Sat Feb 18 08:27:22 UTC 2023


On Sat, 18 Feb 2023 00:11:29 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> This enum is not used in the JDK and did not appear in external source code searches.

This API should probably have been deprecated many releases ago. It's the jdk.unsupported module so it may be possible to remove without first deprecating.

The PR is missing the implementation and test changes.

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

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


More information about the core-libs-dev mailing list