https://bugs.openjdk.java.net/browse/JDK-8062800
Aleksey Shipilev
aleksey.shipilev at oracle.com
Wed Aug 26 09:47:02 UTC 2015
Hi Henri,
On 08/26/2015 04:57 AM, Henri Tremblay wrote:
> I keep hitting what seems to be this bug when compiling JMH:
> https://bugs.openjdk.java.net/browse/JDK-8067747
>
> It occurs during the Maven compilation and shows this exception:
> Occasional java.lang.IllegalStateException: endPosTable already set
>
> It seems to be systematic when I do a `mvn clean install` and then `mvn
> install`. All the later will fail.
>
> Has anyone encountered this issue and found a workaround?
So it looks like a failure with javac's incremental compilation.
Do "mvn clean install" always -- is that a workaround?
Thanks,
-Aleksey
More information about the jmh-dev
mailing list