On Mon, 2 Jun 2025 16:24:28 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> `make bootcycle-images` broke after JDK-8349665, with the symptom: > > > jdk.internal.md.interim/module-info.java:51: error: module not found: > jdk.compiler.interim > requires jdk.compiler.interim; > > > This is since the bootcycle build use a special spec.gmk files which point to > a special `make-support` directory, and this did not contain the necessary > files needed to start running make targets. (Ever since JDK-8292944 they need > to be explicitly generated.) Oh crap. My push with the indentation fix did not go through, and I did not notice, so I was awaiting for a re-review with the additional commit. *sigh* I'll make a repair PR... ------------- PR Comment: https://git.openjdk.org/jdk/pull/25594#issuecomment-2931587286