JDK-8147443 : Use Common Cleaner in Marlin OffHeapArray
  • Type: Bug
  • Component: client-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-01-15
  • Updated: 2021-06-28
  • Resolved: 2016-01-20
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 8 JDK 9
8u311Fixed 9 b105Fixed
Related Reports
Relates :  
Description
Refactor the OffHeapArray class to use new JDK9 Common Cleaner instead of custom PhantomReference/ReferenceQueue/Thread solution to free off-heap allocated memory (Unsafe)

It needs a qualified export of jdk.internal.ref to the java.desktop module