-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b126
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188646 | 6u21 | Philip Race | P3 | Closed | Fixed | b01 |
Since many different rotation or general transforms may used for a glyph
during animation scenarios, we should be caching these more weakly to
faster reclaim native and Java heap. Presently we use Soft references
which are reclaimed only when the heap cannot be expanded.
There is of course a trade off against performance as subsequent uses
may exist and if they come after a GC, we need to re-create the glyph.
However in testing this seems acceptable given the potential benefit to
more stable memory use. And the reduced GC load actually helps performance in
high memory usage scenarios.
during animation scenarios, we should be caching these more weakly to
faster reclaim native and Java heap. Presently we use Soft references
which are reclaimed only when the heap cannot be expanded.
There is of course a trade off against performance as subsequent uses
may exist and if they come after a GC, we need to re-create the glyph.
However in testing this seems acceptable given the potential benefit to
more stable memory use. And the reduced GC load actually helps performance in
high memory usage scenarios.
- backported by
-
JDK-2188646 font system should cache transient strikes with weak references.
-
- Closed
-
- duplicates
-
JDK-6893655 StrikeCache causes OOM on hotspot-server
-
- Closed
-