On Mon, 25 Oct 2021 23:11:01 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Jiří Vaněk has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. The pull request contains one >> new commit since the last revision: >> >> 8275872: Sync J2DBench run and analyze Makefile targets with build.xml >> >> Fixed path for run of J2DBench.jar and J2DAnalyzer.jar >> The run targets of makefile to run J2DBench.jar/J2DAnalyzer.jar were >> lacking the dist directory. This patch is fixing it. Note, that >> build.xml have correct paths > > src/demo/share/java2d/J2DBench/Makefile line 2: > >> 1: # >> 2: # Copyright (c) 2002, 2020, 2021 Oracle and/or its affiliates. All rights >> reserved. > > You need to update the second date, no need to create an additional one. > The first date is when the file was created and the second is when it was > updated last time. Oh damn. Sorry. Fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/6068