Re: RFR: 8357991: make bootcycle-images is broken after JDK-8349665

2025-06-02 Thread Magnus Ihse Bursie
On Mon, 2 Jun 2025 16:24:28 GMT, Magnus Ihse Bursie 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 boo

Re: RFR: 8357991: make bootcycle-images is broken after JDK-8349665

2025-06-02 Thread Aleksey Shipilev
On Mon, 2 Jun 2025 16:24:28 GMT, Magnus Ihse Bursie 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 boo

RFR: 8357991: make bootcycle-images is broken after JDK-8349665

2025-06-02 Thread Magnus Ihse Bursie
`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-suppo

Re: RFR: 8357991: make bootcycle-images is broken after JDK-8349665

2025-06-02 Thread Erik Joelsson
On Mon, 2 Jun 2025 16:24:28 GMT, Magnus Ihse Bursie 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 boo

Re: RFR: 8357991: make bootcycle-images is broken after JDK-8349665

2025-06-02 Thread Magnus Ihse Bursie
On Mon, 2 Jun 2025 16:39:20 GMT, Aleksey Shipilev 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