Re: RFR: 8187520: Add --disable-javac-warnings-as-errors configure option

2025-04-09 Thread Aleksey Shipilev
On Mon, 7 Apr 2025 11:11:08 GMT, Magnus Ihse Bursie wrote: > Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made p

Re: RFR: 8187520: Add --disable-javac-warnings-as-errors configure option

2025-04-08 Thread Magnus Ihse Bursie
On Mon, 7 Apr 2025 11:11:08 GMT, Magnus Ihse Bursie wrote: > Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made p

Re: RFR: 8187520: Add --disable-javac-warnings-as-errors configure option

2025-04-08 Thread Erik Joelsson
On Mon, 7 Apr 2025 11:11:08 GMT, Magnus Ihse Bursie wrote: > Analogous with how native warnings can be treated as errors or not using the > `--disable-warnings-as-errors` configure flag, this patch introduces a > `--disable-javac-warnings-as-errors` flag. > > The reason that this is not made p

RFR: 8187520: Add --disable-javac-warnings-as-errors configure option

2025-04-08 Thread Magnus Ihse Bursie
Analogous with how native warnings can be treated as errors or not using the `--disable-warnings-as-errors` configure flag, this patch introduces a `--disable-javac-warnings-as-errors` flag. The reason that this is not made part of `--disable-warnings-as-errors` is discussed in the JBS issue, b