JDK-8201240 : Improve releasing native resources of BufImgSurfaceData.ICMColorData
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 7u151
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-06
  • Updated: 2020-04-07
  • Resolved: 2018-04-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 8
11 b10Fixed 8u192Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
BufImgSurfaceData.ICMColorData uses finalize() to dispose of native resources.

Java 2D Disposer can be used instead to dispose of BufImgSurfaceData.ICMColorData objects.