Hi Alan,
On 12.6.2016 20:51, Alan Bateman wrote:
On 10/06/2016 17:05, Jan Lahoda wrote:
The other Preferences implementations used this pattern, so I used it
as well. I don't have a problem with using double-checked locking.
Updated webrev:
http://cr.openjdk.java.net/~jlahoda/8139507/webrev.
On 10/06/2016 17:05, Jan Lahoda wrote:
The other Preferences implementations used this pattern, so I used it
as well. I don't have a problem with using double-checked locking.
Updated webrev:
http://cr.openjdk.java.net/~jlahoda/8139507/webrev.01
(updates all the Preferences implementations
Hi Alan,
Thanks for the comment, an answer is inlined.
On 10.6.2016 12:20, Alan Bateman wrote:
On 08/06/2016 18:39, Jan Lahoda wrote:
Hello,
When starting JShell on Windows, one may see a message like this:
?vn 08, 2016 6:46:35 ODP. java.util.prefs.WindowsPreferences
WARNING: Could not ope
On 08/06/2016 18:39, Jan Lahoda wrote:
Hello,
When starting JShell on Windows, one may see a message like this:
?vn 08, 2016 6:46:35 ODP. java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
at root 0 x8002. Windows RegCreateKeyEx(...)
Hello,
When starting JShell on Windows, one may see a message like this:
?vn 08, 2016 6:46:35 ODP. java.util.prefs.WindowsPreferences
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs
at root 0 x8002. Windows RegCreateKeyEx(...) returned error code 5.
The problem, as