Re: RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]

2022-08-15 Thread Julian Waters
> Second attempt at resolving > [JDK-8292016](https://bugs.openjdk.org/browse/JDK-8292016) with a less > intrusive approach this time > > Side note: While it might be preferred to remove this entirely, other areas > of the JDK also use the same flawed logic, and removing this would simply > p

Re: RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]

2022-08-08 Thread Julian Waters
On Mon, 8 Aug 2022 12:14:50 GMT, Julian Waters wrote: >> JLI_ReportErrorMessageSys has a number of issues, as listed below: >> >> - The windows variant prints message, then extra-info if available, but the >> Unix variant prints first extra-info, then message on a newline. Standardize >> both

Re: RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]

2022-08-08 Thread Julian Waters
On Mon, 8 Aug 2022 12:14:50 GMT, Julian Waters wrote: >> JLI_ReportErrorMessageSys has a number of issues, as listed below: >> >> - The windows variant prints message, then extra-info if available, but the >> Unix variant prints first extra-info, then message on a newline. Standardize >> both

Re: RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]

2022-08-08 Thread Julian Waters
> JLI_ReportErrorMessageSys has a number of issues, as listed below: > > - The windows variant prints message, then extra-info if available, but the > Unix variant prints first extra-info, then message on a newline. Standardize > both to print their system errors on newlines below the message. >