-
Bug
-
Resolution: Fixed
-
P3
-
8
-
MacOS X 10.9, Java 8 b129
If you create a custom chart by inheriting from class XYChart you will always get memory leaks if series will be added because XYChart fills the package-visible member seriesColorMap in method seriesAdded() with an instance of Class Series but only BarChart will remove this instance from the map in method seriesRemoved() using private method updateDefaultColorIndex().
- relates to
-
JDK-8089755 AreaChart area color change when series is removed
- Resolved