-
Bug
-
Resolution: Fixed
-
P2
-
1.3.0
-
rc2
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2031852 | 1.4.0 | Tim Prinzing | P2 | Resolved | Fixed | merlin |
The AsyncBoxView class is supposed to be a performance enhancement by
performing layout on a seperate thread. It has a regression in it however that
makes it perform slower the BoxView class it is supposed to improve upon.
Replacing BoxView with AsyncBoxView appears to be faster at first, but
updates when typing are more than 1000 times slower.
performing layout on a seperate thread. It has a regression in it however that
makes it perform slower the BoxView class it is supposed to improve upon.
Replacing BoxView with AsyncBoxView appears to be faster at first, but
updates when typing are more than 1000 times slower.
- backported by
-
JDK-2031852 major regression in new kestrel API - javax.swing.text.AsyncBoxView
-
- Resolved
-