[jdk11u-dev] RFR: 8224617: (fs) java/nio/file/FileStore/Basic.java found filesystem twice

Goetz Lindenmaier goetz at openjdk.org
Tue Jun 13 07:52:56 UTC 2023


On Tue, 6 Jun 2023 07:16:33 GMT, luchenlin <duke at openjdk.org> wrote:

> I backport this for parity with 11.0.20-oracle.
> No risk, only a test change.
> Tests pass. SAP nightly testing passed.
> 
> test/jdk/java/nio/file/FileStore/Basic.java  
> Copyright
> test/lib/jdk/test/lib/util/FileUtils.java
> Resolved due to context

test/lib/jdk/test/lib/util/FileUtils.java line 267:

> 265:                     Process proc = new ProcessBuilder("df").start();
> 266:                     BufferedReader reader = new BufferedReader
> 267:                             (new InputStreamReader(proc.getInputStream()));

Please indent as in original change.  Similar for several later indentations.

-------------

PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/1933#discussion_r1227612321


More information about the jdk-updates-dev mailing list