Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
sun.misc.Cleaner is not available since Java 9.
It was moved to jdk.internal.ref.Cleaner of java.base module (Open JDK-8148117), but another new public API was introduced to achieve the same behaviour (java.lang.ref.Cleaner);
A popular solution is use reflection to look up for the location of the Cleaner class depending on running JVM version.
Attachments
Issue Links
- causes
-
FLINK-14529 Compile-jdk11 fails in nightly end-to-end test
- Closed
- is caused by
-
FLINK-13985 Use unsafe memory for managed memory.
- Resolved
- links to