Issue build tests-all
Pavel Punegov
pavel.punegov at oracle.com
Fri Aug 12 17:36:00 UTC 2016
Hi Andy,
you need a latest JDK9 build to compile VarHandles tests. There were a change that renames several methods in java.lang.invoke.VarHandle https://bugs.openjdk.java.net/browse/JDK-8154737 <https://bugs.openjdk.java.net/browse/JDK-8154737>
According to it you should now use b127 or higher.
— Thanks,
Pavel Punegov
> On 12 Aug 2016, at 20:16, Johnson, Andy <johnsona at cboe.com> wrote:
>
> I discovered that jdk-9 is needed to build tests-custom. Now that I have successfully build and run tests-custom, I am trying to build tests-all. When it gets up to tests-chapter-1b, the build fails with compile-time errors like the following:
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.5.1:compile (default-compile) on project jcstress-tests-chapter-1b: Compilation failure: Compilation failure:
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/arrays/CAETest/CompareAndExchangeVolatileByte.java:[67,24] error: cannot find symbol
> [ERROR] int,byte,byte)
> [ERROR] location: variable vh of type VarHandle
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/arrays/CAETest/CompareAndExchangeVolatileByte.java:[72,24] error: cannot find symbol
> [ERROR] int,byte,byte)
> [ERROR] location: variable vh of type VarHandle
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/byteBuffer/heap/little/CAETest/CompareAndExchangeVolatileInt.java:[69,23] error: cannot find symbol
> [ERROR] symbol: method compareAndExchange(ByteBuffer,int,int,int)
> [ERROR] location: variable vh of type VarHandle
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/byteBuffer/heap/little/CAETest/CompareAndExchangeVolatileInt.java:[74,23] error: cannot find symbol
> [ERROR] symbol: method compareAndExchange(ByteBuffer,int,int,int)
> [ERROR] location: variable vh of type VarHandle
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/fields/CAETest/CompareAndExchangeVolatileInt.java:[67,23] error: cannot find symbol
> [ERROR] symbol: method compareAndExchange(CompareAndExchangeVolatileInt,int,int)
> [ERROR] location: variable vh of type VarHandle
> [ERROR] /sbt/openjdk/andyj/jcstress2/jcstress/tests-chapter-1b/target/generated-sources/tests/org/openjdk/jcstress/tests/atomicity/varHandles/fields/CAETest/CompareAndExchangeVolatileInt.java:[72,23] error: cannot find symbol
> [ERROR] symbol: method compareAndExchange(CompareAndExchangeVolatileInt,int,int)
> [ERROR] location: variable vh of type VarHandle
>
> And many more such errors. I have successfully built tests-all in the past. Does anyone have any idea what recent change might have caused these build failures?
>
> -AndyJ
>
More information about the jcstress-dev
mailing list