[infinispan-issues] [JBoss JIRA] (ISPN-9618) Overlay for Java 10 could be Java 9

Tristan Tarrant (Jira) issues at jboss.org
Mon Oct 22 12:46:00 EDT 2018


    [ https://issues.jboss.org/browse/ISPN-9618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651318#comment-13651318 ] 

Tristan Tarrant commented on ISPN-9618:
---------------------------------------

It could, but Java 9 and Java 10 are both unsupported, so it doesn't make any difference IMHO.


> Overlay for Java 10 could be Java 9
> -----------------------------------
>
>                 Key: ISPN-9618
>                 URL: https://issues.jboss.org/browse/ISPN-9618
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 9.4.0.Final
>            Reporter: tommaso borgato
>            Priority: Major
>
> The following classes are in overlay for Java 10:
> - commons/src/main/java10/org/infinispan/commons/jdkspecific/CallerId.java
> - commons/src/main/java10/org/infinispan/commons/jdkspecific/ProcessorInfo.java
> CallerId uses StackWalker that is available since Java 9.
> ProcessorInfo uses Runtime.getRuntime().availableProcessors() that was fixed in java 9 (https://bugs.java.com/view_bug.do?bug_id=6515172)
> Question: can those classes be in overlay for Java 9 instead of Java 10 ?



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list