-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.4.0, 5.0
-
None
-
generic
-
generic, solaris_8
At present PathFiller depends on finalizer to dispose native memory. This
causes it to depend on GC in turn, which is becoming a overhead. In some scenario, finalizers were slower in action to dispose the native memory, causing
an impression of memory leak to the end user. Disposer mechnism takes a good care in disposing the native memory. Hence it's advisable to implement disposer
mechanism to PathFiller.
causes it to depend on GC in turn, which is becoming a overhead. In some scenario, finalizers were slower in action to dispose the native memory, causing
an impression of memory leak to the end user. Disposer mechnism takes a good care in disposing the native memory. Hence it's advisable to implement disposer
mechanism to PathFiller.
- duplicates
-
JDK-4774960 Graphics2D.drawLine() with dashed strokes leaks memory
-
- Resolved
-