Review request: 7123679 Update regression tests that use os.name to work on MacOSX
Alan Bateman
Alan.Bateman at oracle.com
Thu Jan 5 13:34:40 PST 2012
On 05/01/2012 21:19, Mike Swingler wrote:
> On Jan 5, 2012, at 12:11 PM, Kurchi Hazra wrote:
>
>> I changed osName.equals("Mac OS X") to osName.startsWith("Mac OS") to make these tests valid across versions (Thanks to Sandeep for pointing that out).
> This is particularly important on the server versions which report themselves as "Mac OS X Server". :-)
>
This might be a dumb question but it looks like the value of
os.name/os.version comes from
/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
- what is that library?
-Alan
More information about the macosx-port-dev
mailing list