On Wed, 22 Feb 2023 23:35:08 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
>> This enum is not used in the JDK and did not appear in external source code >> searches. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8302806: Remove sensitivity from PollingWatchService You need remove the SENSITIVITY_xxx constants from sun.nio.fs.ExtendedOptions and that will should help identify the code in the polling WatchService implementation that need to be removed. ------------- PR: https://git.openjdk.org/jdk/pull/12626