Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
launchers.patch | Modifies the launcher scripts to specify the default Java and jtreg paths | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
add-jcommander-to-classpath.patch | Add jcommander to the classpath when TestNG is used. This fixes a ClassNotFoundException when running the OpenJDK 8 tests | Emmanuel Bourg <ebourg@apache.org> | no | |||
use-release-instead-of-source-target.patch | use 'release' instead of 'target' and 'source' When running jtreg with openjdk-8 and the agentvm it will fail to run with "java.lang.NoSuchMethodError: java.nio.ByteBuffer.flip()Ljava/nio/ByteBuffer". An easy fix is to replace "source=1.7 target=1.7" with "release=7" in the ant build script. |
Tiago Stürmer Daitx <tiago.daitx@ubuntu.com> | no | debian | 2018-11-01 |