RFR: 8290313: Produce warning when user specified java.io.tmpdir directory doesn't exist [v3]

Roger Riggs rriggs at openjdk.org
Fri Nov 18 15:59:28 UTC 2022


On Fri, 18 Nov 2022 14:45:56 GMT, Weibing Xiao <duke at openjdk.org> wrote:

>> print warning message for java.io.tmpdir when it is set through the command line and the value is not good for creating file folder.
>
> Weibing Xiao has updated the pull request incrementally with one additional commit since the last revision:
> 
>   update according to review comment

test/jdk/java/io/File/TempDirectoryNotExisting.java line 73:

> 71:                 } catch (Exception e) {
> 72:                     e.printStackTrace();
> 73:                 }

This repetition of the code is not necessary if invoked with the two arguments "io" and "nio".

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

PR: https://git.openjdk.org/jdk/pull/11174


More information about the core-libs-dev mailing list