[
https://issues.jboss.org/browse/ISPN-9618?page=com.atlassian.jira.plugin....
]
Tristan Tarrant commented on ISPN-9618:
---------------------------------------
And in our case the "10" is there, because that was the version of Java with
that feature that was supported it at the time
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)