[infinispan-issues] [JBoss JIRA] (ISPN-9978) Make sure Off Heap works properly with Java 9 access
William Burns (Jira)
issues at jboss.org
Tue Feb 19 14:34:00 EST 2019
[ https://issues.jboss.org/browse/ISPN-9978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://openjdk.java.net/jeps/260
> 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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list