JDK-8001715 : (mac) Native config cache
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 7u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-27
  • Updated: 2013-09-12
  • Resolved: 2012-10-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u10 b14Fixed 8Fixed
Description
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) 
Comments
Should have ursqe-has-func-test then. no-need-test means we think test development is not needed for this change which is not true
18-01-2013