]
William Burns resolved ISPN-9978.
---------------------------------
Resolution: Rejected
The normal way appears to be use Unsafe from the jdk.unsupported module to handle this
which is currently done:
Make sure Off Heap works properly with Java 9 access
----------------------------------------------------
Key: ISPN-9978
URL:
https://issues.jboss.org/browse/ISPN-9978
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Reporter: William Burns
Assignee: William Burns
Priority: Major
Off Heap currently uses reflection to access Unsafe. We should make sure this uses proper
mechanisms for Java9 and newer. We can take some ideas from
io.netty.util.internal.PlatformDependent0 as a basis.