Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
Description
Many internal APIs such as unsafe are encapsulated in JDK9+, see http://openjdk.java.net/jeps/260 for detail.
To use Unsafe, we need to add jdk.unsupported to our code’s module declaration:
module java9unsafe { requires jdk.unsupported; }
Attachments
Issue Links
- is duplicated by
-
SPARK-27587 No such method error (sun.nio.ch.DirectBuffer.cleaner()) when reading big table from JDBC (with one slow query)
- Closed
- links to