-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0
-
kestrel
-
generic
-
solaris_2.6
On Solaris all tookit images are treated as transparent because there was no method for querying their transparency.
This is easily fixed in the same way as it was on Win32, by providing an implementation private method to query this. This greatly improves rendering in the cases where no transparent pixels are present (over 50% of the images we speculate).
This was also reduce the number of internal print callbacks that causes problems because of reentrancy.
This is easily fixed in the same way as it was on Win32, by providing an implementation private method to query this. This greatly improves rendering in the cases where no transparent pixels are present (over 50% of the images we speculate).
This was also reduce the number of internal print callbacks that causes problems because of reentrancy.
- relates to
-
JDK-4297689 Reentrant execution of print callback causes regression
-
- Resolved
-