RFR: 8361216: Do not fork javac in J2DBench ant build
Magnus Ihse Bursie
ihse at openjdk.org
Thu Jul 3 16:04:46 UTC 2025
On Tue, 1 Jul 2025 19:30:21 GMT, Eric Caspole <ecaspole at openjdk.org> wrote:
> Build J2DBench in ant using JAVA_HOME, not using fork to possibly pick a different javac from the PATH.
The long-term goal is to remove demos from mainline. Most have already been removed. The few that remains was used for client testing, iirc. They have not been updated since jdk8 and are unlikely to be. Can't you just build the jar from JDK8? Or if you need the code for testing, create a copy alongside your other tests?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26077#issuecomment-3032805653
More information about the client-libs-dev
mailing list