Description of problem: Infinispan testsuite cannot be compiled with IBM jdk 1.6. Doing so results in compilation failure: [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[48,40] incompatible types found : org.infinispan.jmx.annotations.DataType required: org.infinispan.jmx.annotations.DataType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[50,49] incompatible types found : org.infinispan.jmx.annotations.DisplayType required: org.infinispan.jmx.annotations.DisplayType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[52,61] incompatible types found : org.infinispan.jmx.annotations.MeasurementType required: org.infinispan.jmx.annotations.MeasurementType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[54,31] incompatible types found : org.infinispan.jmx.annotations.Units required: org.infinispan.jmx.annotations.Units [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[48,40] incompatible types found : org.infinispan.jmx.annotations.DataType required: org.infinispan.jmx.annotations.DataType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[50,49] incompatible types found : org.infinispan.jmx.annotations.DisplayType required: org.infinispan.jmx.annotations.DisplayType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[52,61] incompatible types found : org.infinispan.jmx.annotations.MeasurementType required: org.infinispan.jmx.annotations.MeasurementType [ERROR] /mnt/hudson_workspace/workspace/eap-6x-infinispan-rhel-ibm16-matrix/jdk/ibm16/label/RHEL6_x86/Infinispan/core/src/main/java/org/infinispan/jmx/annotations/ManagedAttribute.java:[54,31] incompatible types found : org.infinispan.jmx.annotations.Units required: org.infinispan.jmx.annotations.Units [INFO] 8 errors [INFO] ------------------------------------------------------------- This was seen on RHEL 5, 6; both 32 and 64-bit. Perhaps this is not the correct place to report this, if so, please leave a comment below, I shall fill another report. Version-Release number of selected component (if applicable): Infinispan 5.2.0.CR3 EAP 6.1.0.DR3
The name is a bit misleading, it is infinispan-core that doesnt compile *not* the testsuite. Anyway.. https://issues.jboss.org/browse/ISPN-2890
Which version of the compiler is this ?
It compiles fine with IBM JDK 1.6.0 SR12
This was IBM JDK SR9. Full 'java -version' output: java version "1.6.0" Java(TM) SE Runtime Environment (build pxi3260sr9fp1-20110208_03(SR9 FP1)) IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32 jvmxi3260sr9-20110203_74623 (JIT enabled, AOT enabled) J9VM - 20110203_074623 JIT - r9_20101028_17488ifx3 GC - 20101027_AA) JCL - 20110203_01
This issue is closed as won't fix. Marking as rejected for EAP 6.1.0 by Devleopment.