-
Bug
-
Resolution: Fixed
-
P3
-
6u5
-
b06
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2200965 | 7 | Andrew Brygin | P3 | Closed | Not an Issue |
This is a copy of this bug:
6231864: Some images loaded via Toolkit or ImageIcon can't be accelerated
Since it was closed as a duplicate of another bug fixed in jdk7 I can not
create a sub-cr, so I'm creating this new bug.
Some images loaded via Toolkit.createImage() (or ImageIcon, which uses the
Toolkit methods internally) cannot be accelerated. Run the attached testcase
(ManagedTest.java) with tracing enabled, and note that we always render using
the sysmem-based surface:
% java -Dsun.java2d.trace=log ManagedTest
Note that this bug does not affect the way an application will look, but it
does make rendering certain images much slower than necessary.
6231864: Some images loaded via Toolkit or ImageIcon can't be accelerated
Since it was closed as a duplicate of another bug fixed in jdk7 I can not
create a sub-cr, so I'm creating this new bug.
Some images loaded via Toolkit.createImage() (or ImageIcon, which uses the
Toolkit methods internally) cannot be accelerated. Run the attached testcase
(ManagedTest.java) with tracing enabled, and note that we always render using
the sysmem-based surface:
% java -Dsun.java2d.trace=log ManagedTest
Note that this bug does not affect the way an application will look, but it
does make rendering certain images much slower than necessary.
- backported by
-
JDK-2200965 D3D: Some images loaded via Toolkit or ImageIcon can't be accelerated
-
- Closed
-
- relates to
-
JDK-6205557 Changes to image data should be tracked at a finer granularity
-
- Closed
-
-
JDK-6231864 Some images loaded via Toolkit or ImageIcon can't be accelerated
-
- Closed
-
-
JDK-6596234 Robot's screen captured image is not accelerated
-
- Closed
-