RFR: 8349868: Remove unneeded libjava shared library dependency from jtreg test libNewDirectByteBuffer, libDirectIO and libInheritedChannel
Brian Burkhalter
bpb at openjdk.org
Wed Feb 12 23:40:12 UTC 2025
On Wed, 12 Feb 2025 17:26:59 GMT, Jiangli Zhou <jiangli at openjdk.org> wrote:
> I think testing should not run into any issue
I did not find any problem for the tests in the [jdk_nio](https://github.com/openjdk/jdk/blob/55097dd4cbb5d691c12cb0247d66dce593759d59/test/jdk/TEST.groups#L206) group on Linux, macOS, or Windows. This test group includes in particular these tests
java/nio/jni/NewDirectByteBuffer.java
java/nio/channels/FileChannel/directio
java/nio/channels/spi/SelectorProvider/inheritedChannel
which the proposed change specifically would affect.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23575#issuecomment-2655080371
More information about the build-dev
mailing list