-
Bug
-
Resolution: Fixed
-
P4
-
9
-
b78
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135829 | emb-9 | Alexandr Scherbatiy | P4 | Resolved | Fixed | team |
A DESCRIPTION OF THE REQUEST :
MultiResolutionCachedImage getWidth() and getHeight() ask the base image for its width or height (via the superclass) instead of returning the baseImageWidth and baseImageHeight fields.
JUSTIFICATION :
Asking for the base image may cause an image to be created that would otherwise not be needed.
CUSTOMER SUBMITTED WORKAROUND :
Issue report requested by alexandr.scherbatiy@oracle.com
MultiResolutionCachedImage getWidth() and getHeight() ask the base image for its width or height (via the superclass) instead of returning the baseImageWidth and baseImageHeight fields.
JUSTIFICATION :
Asking for the base image may cause an image to be created that would otherwise not be needed.
CUSTOMER SUBMITTED WORKAROUND :
Issue report requested by alexandr.scherbatiy@oracle.com
- backported by
-
JDK-8135829 MultiResolutionCachedImage unnecessarily creates base image to get its size
- Resolved
- relates to
-
JDK-8040279 [macosx] Do not use the base image in the MultiResolutionBufferedImage constructor
- Resolved
-
JDK-8024926 [macosx] AquaIcon HiDPI support
- Resolved