Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is a heads-up: there are upcoming changes in JDK 9 that will require, at least, a small update to org.apache.hadoop.crypto.CryptoStreamUtils & org.apache.hadoop.io.nativeio.NativeIO.
OpenJDK issue no. 8148117: "Move sun.misc.Cleaner to jdk.internal.ref" [1], will move the Cleaner class from sun.misc to jdk.internal.ref. There is ongoing discussion about the possibility of providing a public supported API, maybe in the JDK 9 timeframe, for releasing NIO direct buffer native memory, see the core-libs-dev mail thread [2]. At the very least CryptoStreamUtils & NativeIO [3] should be updated to have knowledge of the new location of the JDK Cleaner.
[1] https://bugs.openjdk.java.net/browse/JDK-8148117
[2] http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-January/038243.html
[3] https://github.com/apache/hadoop/search?utf8=✓&q=sun.misc.Cleaner
Attachments
Attachments
Issue Links
- blocks
-
HBASE-24007 Get `-PrunLargeTests` passing on JDK11
- Resolved
-
HIVE-17709 remove sun.misc.Cleaner references
- Closed
- is a child of
-
HADOOP-16264 [JDK11] Track failing Hadoop unit tests
- Open
- is depended upon by
-
HADOOP-11124 Java 9 removes/hides Java internal classes
- Resolved
- is duplicated by
-
HADOOP-15365 cannot find symbol sun.misc.Cleaner
- Resolved
- relates to
-
HADOOP-18164 Backport HADOOP-12760 to 2.10
- Open
-
LUCENE-6989 Implement MMapDirectory unmapping for coming Java 9 changes
- Resolved
- links to
- mentioned in
-
Page Loading...