On 04/19/2017 09:37 AM, Peter Levart wrote:


http://cr.openjdk.java.net/~plevart/jdk9-dev/8177845_VM.getSavedProperties/webrev.01/

Also, while we are at it, the following javadocs in the getSavedProperty() do not apply any more:

 138      * It accesses a private copy of the system properties so
 139      * that user's locking of the system properties object will not
 140      * cause the library to deadlock.

In JDK 9, Properties class does not use locking any more on the Properties instance for get()/getProperty() methods...

Regards, Peter

Reply via email to