JDK-8036598 : [macosx] Create AquaIcons from image representations
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: os_x
  • Submitted: 2014-03-04
  • Updated: 2014-12-15
  • Resolved: 2014-12-15
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 9
9Resolved
Related Reports
Duplicate :  
Description
AquaIcons are now created by two requests
AquaUtils.getCImageCreator().createSystemImageFromSelector(selector, w, h)

After the fix JDK-8033534 it is possible now to make AquaIcons based on image representationis retrieved from NSImages.  
Comments
The issue is fixed as part of the fix JDK-8035069 [macosx] Loading resolution variants by demand
15-12-2014