Weibing Xiao
Weibing Xiao
The build and test for Oracle Mach5 were passed.
This change will let the developer know the configuration of the server socket when the errors happen through debugging enabled. 1. Updated the code format, the case of log messages...
CSR https://bugs.openjdk.org/browse/JDK-8293246
1) Remove the setting in java.security, not displaying the folder name of java.io.tmpdir 2) Add the change for NIO 3) Update the testing files. 4) In testing files, java.io.tmpdir is...
New approach, 1) Print warning message inside StaticProperty.java when JVM start 2) Remove the print-out inside TempFileHelper.java and File.java 3) Keep one test file as TempDirectoryNotExisting 4) The order of...
StaticProperty is using System.err to print out a warning message. PrintStream err needs to be initialized before being used by StaticPropery. Going to revise the change according to the comments
Close this one, Using https://github.com/openjdk/jdk/pull/11174 instead