RFR: 8354189: Remove JLI_ReportErrorMessageSys on Windows
Julian Waters
jwaters at openjdk.org
Thu Apr 10 15:17:32 UTC 2025
On Thu, 10 Apr 2025 08:03:58 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> JLI_ReportErrorMessageSys is not used any more on Windows, so we can remove it and make it UNIX-only (there a still a few remaining usages).
I was hoping to get around to using it on Windows, but oh well. I think the remaining usages might be replaceable with perror, if I am not mistaken
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24563#issuecomment-2794180037
More information about the core-libs-dev
mailing list