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

Weibing Xiao duke at openjdk.org
Wed Nov 16 14:04:10 UTC 2022


On Tue, 15 Nov 2022 19:02:30 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.

1) Removed the link for CSR. 
2) Add a new method in SystemProps.java to check if the warning message is required
3) Print the warning message directly in System::initPhase3

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

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


More information about the core-libs-dev mailing list