CI is failing to build past STM so marking as a blocker.
This is the line that if I comment out the build succeeds:
https://github.com/jbosstm/narayana/blob/master/STM/src/main/java/org/jboss/stm/types/ArrayFactory.java#L31
It could be a JDK bug if it works for you? Here is what I am using:
Fedora 18
[tom@dhcppc1 narayana]((26ce143...)) (08:11:47) $ env | grep JAVA
JAVA_HOME=/usr/lib/jvm/java-1.7.0
[tom@dhcppc1 narayana]((26ce143...)) (08:11:47) $ which java
/usr/lib/jvm/java-1.7.0/bin/java
[tom@dhcppc1 narayana]((26ce143...)) (08:11:47) $ java -version
java version "1.7.0_45"
OpenJDK Runtime Environment (fedora-2.4.3.0.fc18-x86_64 u45-b15)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
Can we git revert https://github.com/jbosstm/narayana/commit/d1e5c1adb175104e95db578d8b3001c906f247ea till we know what the issue is?