Just the first few compilation failures are listed below. Is the image
for AcceptanceTestOpenJDK11 precheckin broken in some way?

/home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/InternalInstantiator.java:20:
error: cannot access Constructor
import java.lang.reflect.Constructor;
                        ^
  bad class file:
/usr/lib/jvm/java-8-openjdk-amd64/lib/ct.sym(META-INF/sym/rt.jar/java/lang/reflect/Constructor.class)
    unable to access file: corrupted zip file
    Please remove or make sure it appears in the correct subdirectory of
the classpath.
/home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java:18:
error: cannot find symbol
import static
org.apache.geode.internal.offheap.annotations.OffHeapIdentifier.ENTRY_EVENT_NEW_VALUE;
^
  symbol:   static ENTRY_EVENT_NEW_VALUE
  location: class
/home/geode/geode/geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java:17:
error: cannot find symbol
import static org.apache.geode.internal.lang.SystemUtils.getLineSeparator;
^
  symbol:   static getLineSeparator
  location: class

Reply via email to