Issue build tests-all
Johnson, Andy
johnsona at cboe.com
Fri Aug 12 17:16:21 UTC 2016
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