On Wed, 29 Jun 2022 15:34:24 GMT, Olga Mikhaltsova <[email protected]> wrote:
> I'd like to backport JDK-8285523 to jdk7u. > > The patch applied not cleanly due to the directory structure differences: > `test/jdk/java/io/FileOutputStream/OpenNUL.java`-> > `jdk/test/java/io/FileOutputStream/OpenNUL.java` > > Tested manually as follow: > $JTREG_HOME/bin/jtreg -jdk:$BUILD_HOME > /cygdrive/c/projects/jdk7u-fork/jdk/test/java/io/ > No regression in the above tests' group. This pull request has now been integrated. Changeset: c05358d9 Author: Olga Mikhaltsova <[email protected]> Committer: Andrew Brygin <[email protected]> URL: https://git.openjdk.org/jdk7u/commit/c05358d99957ee7f4f706e1644d6d660495d4367 Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod 8285523: Improve test java/io/FileOutputStream/OpenNUL.java Reviewed-by: bae Backport-of: f42631e354d4abf7994abd92aa5def6b2ceeab3a ------------- PR: https://git.openjdk.org/jdk7u/pull/10
