On Wed, 17 Jan 2024 19:14:01 GMT, Erik Joelsson <er...@openjdk.org> wrote:

>> Thanks, in that case I think both of these should be depending on 
>> `$(GENSRC_TARGETS)` instead.
>
> I take that back, jdk.javadoc-gendata should depend on `$(GENSRC_TARGETS)`, 
> jdk.compiler-gendata still needs `$(JAVA_TARGETS)` as the recipe for that 
> target seems to actually use compiled classes.

Uh, sorry for not being precise. I was talking of the 
`JavadocElementList`/`jdk.javadoc-gendata` - that does not use classfiles, only 
sources. `jdk.compiler-gendata`/`ct.sym` generation surely does use (all) the 
new JDK classfiles. Sorry for the confusion.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/17402#discussion_r1456389328

Reply via email to