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

Goetz Lindenmaier goetz at openjdk.org
Tue Jun 13 09:24:47 UTC 2023


On Tue, 13 Jun 2023 08:04:18 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
>
> luchenlin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fix the trivial issues

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

> 304:                 new AtomicReference<Throwable>();
> 305:             thr.setUncaughtExceptionHandler(
> 306:                  new Thread.UncaughtExceptionHandler() {

Indentation is one off here.

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

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


More information about the jdk-updates-dev mailing list