RFR: 8361216: Do not fork javac in J2DBench ant build
Phil Race
prr at openjdk.org
Thu Jul 3 19:33:40 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.
src/demo/share/java2d/J2DBench/build.xml line 42:
> 40: <property name="resources" location="resources"/>
> 41:
> 42: <condition property="source" value="8">
This would be inconsistent with the Make target. It doesn't seem right to update just the ant-based target.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26077#discussion_r2183618460
More information about the client-libs-dev
mailing list