RFR: 8177845: Need a mechanism to load Graal
Peter Levart
peter.levart at gmail.com
Wed Apr 19 07:42:27 UTC 2017
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
More information about the jigsaw-dev
mailing list