Re: Bug in apple.security.KeychainStore provider

2014-06-13 Thread Wang Weijun
Hi David I don't understand what it is but I've created a bug for you: https://bugs.openjdk.java.net/browse/JDK-8046777 BTW, I see no patch. I'm also not sure if this also found issues is related to the main bug. Thanks Max On Jun 13, 2014, at 16:31, David Kocher dkoc...@sudo.ch wrote:

os.name will be "macOS"? (was Re: RFR 9 : 8160370 : System.getProperty("os.version") returns "Unknown" on Mac)

2016-06-30 Thread Wang Weijun
I have an off-topic question: Will os.name be macOS for 10.12? I have several places checking "if (!osname.contains("OS X"))", is there a helper method I can check for this in the future no matter if it's running on pre- or post-10.12? Thanks Max > On Jul 1, 2016, at 2:23 AM, Brent Christian