Apache Jenkins Server <[email protected]> writes: > See <https://builds.apache.org/job/Derby-10.11-suites.All/changes>
The last two test runs have failed with OOME because of https://bugs.openjdk.java.net/browse/JDK-8034852. (The build job did attempt to work around the bug by adding a flag mentioned in the bug report to ANT_OPTS. However, apparently, ANT_OPTS is only used by the JVM that runs Ant and not by the forked JVMs that run JUnit, so it didn't help.) For now, until the JDK on the Jenkins nodes is upgraded, I've changed the build job so that it uses JDK 7 instead of 8. -- Knut Anders
