RFR: 8293067: (fs) Implement WatchService using system library (macOS) [v9]
Maxim Kartashev
mkartashev at openjdk.org
Mon Nov 7 12:08:34 UTC 2022
On Mon, 7 Nov 2022 07:27:12 GMT, Alan Bateman <alanb at openjdk.org> wrote:
> Basic.java is the main unit test for this API and having that re-run with -Xcheck:jni may be enough here.
I'm OK with running just `Basic.java`, but I don't understand how adding `-Xcheck:jni` to `@run` will make this work because we need the test to check the output for warnings from those checks.
-------------
PR: https://git.openjdk.org/jdk/pull/10140
More information about the nio-dev
mailing list