Implementation of JDK-8000336 on Mac.
Need to implement:
1. Java part to save to native cache on all the platfroms
Platform.cacheCurrentConfig(Properties p)
2. native part
SET_PROPERTY_USING_JAVA(prop, value)
GET_STRING_FROM_CONFIG(property_key, output_value, max_len)
|