On Thu, 7 Jul 2022 22:25:10 GMT, Brian Burkhalter <b...@openjdk.org> wrote:
> Modify test directives so that `LargeGatheringWrite` and `MapTest` in > `java/nio/channels/FileChannel` are not run concurrently with other tests. > > Redirected from https://github.com/openjdk/jdk/pull/9416. Hello Brian, should `java/nio/channels/Channels/ReadXBytes.java` be treated similarly to prevent https://bugs.openjdk.org/browse/JDK-8289470? That test uses `-Xmx12G`, so probably would need to be running exclusively? ------------- PR: https://git.openjdk.org/jdk19/pull/122