On Fri, 9 Jul 2021 19:45:09 GMT, Erik Joelsson <er...@openjdk.org> wrote:
> Add missing make dependency in Main.gmk. Changes requested by ihse (Reviewer). make/Main.gmk line 860: > 858: jdk.jdwp.agent-libs: jdk.jdwp.agent-gensrc > 859: > 860: # jdk.jfr-gensrc uses TOOL_JFR_GEN from buildtools-hotspot The comment and the code do not match. I assume the comment is incorrect. ------------- PR: https://git.openjdk.java.net/jdk17/pull/239