RFR: 8290313: Produce warning when user specified java.io.tmpdir directory doesn't exist [v5]
Daniel D. Daugherty
dcubed at openjdk.org
Wed Nov 23 20:27:37 UTC 2022
On Mon, 21 Nov 2022 16:35:46 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 the review comments
The new test, java/io/File/TempDirDoesNotExist.java, is failing on windows-x64.
See [JDK-8297528](https://bugs.openjdk.org/browse/JDK-8297528) new java/io/File/TempDirDoesNotExist.java test failing on windows-x64
-------------
PR: https://git.openjdk.org/jdk/pull/11174
More information about the core-libs-dev
mailing list