On Wed, 29 Jun 2022 15:03:30 GMT, Olga Mikhaltsova <[email protected]> wrote:
> I'd like to backport JDK-8285445 to jdk7u. > > The patch applied not cleanly due to the directory structure differences: > 1. `src/java.base/windows/classes/java/io/WinNTFileSystem.java`-> > `jdk/src/windows/classes/java/io/Win32FileSystem.java` > 2. `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: cb07ad2c Author: Olga Mikhaltsova <[email protected]> Committer: Andrew Brygin <[email protected]> URL: https://git.openjdk.org/jdk7u/commit/cb07ad2c433db5badbe800745e862842a54aa9e9 Stats: 57 lines in 2 files changed: 52 ins; 1 del; 4 mod 8285445: cannot open file "NUL:" Reviewed-by: phh Backport-of: 03cbb48e6a1d806f204a39bbdbb4bc9be9e57a41 ------------- PR: https://git.openjdk.org/jdk7u/pull/9
