-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.2.0
-
x86
-
windows_nt
Name: krT82822 Date: 12/08/98
Each GridBagLayout in our application accounts for 120K of memory.
Each GridBagLayout is instantiating 10 or 11 instances of GridBagLayoutInfo. Each GridBagLayoutInfo creates two arrays of int's and
two arrays of doubles. Each array is 512 elements long.
Clearly, the memory usage here is excessively high.
(Review ID: 40052)
======================================================================
- duplicates
-
JDK-4254022 PERF: GridBagLayout inefficiency
-
- Resolved
-