Hi Rémi, You’re right: that was stupid, especially given the work currently being done for https://bugs.openjdk.java.net/browse/JDK-8211300.
Will change. Thanks, Brian On Oct 1, 2018, at 2:46 PM, Remi Forax <fo...@univ-mlv.fr> wrote: > can you move the [] to the right place at the same time, to use the java > syntax not the C one. > i.e. > @Stable > private static final BigInteger[] posConst = new BigInteger[MAX_CONSTANT+1]; > instead of > @Stable > private static final BigInteger posConst[] = new BigInteger[MAX_CONSTANT+1];