8152910: Get performance improvement with Stable annotation
Brian Burkhalter
brian.burkhalter at oracle.com
Mon Oct 1 21:48:26 UTC 2018
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 <forax at 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];
More information about the core-libs-dev
mailing list