RFR: 8292016: Split Windows API error handling from errors passed through the runtime in the JDK [v22]

Julian Waters jwaters at openjdk.org
Wed Sep 28 12:14:34 UTC 2022


On Mon, 26 Sep 2022 15:47:51 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> EDIT: Cave and add the ErrorOrigin enum, to differentiate which error type the error reporting functions in libjava will look up. RUNTIME refers to errors passed through the runtime via errno, and SYSTEM is for native errors not visible to the runtime.
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Whitespace

Ah alright, will try removing all of them and checking whether behaviour changes rise up in that case. Will push if none result from the change

-------------

PR: https://git.openjdk.org/jdk/pull/9870


More information about the core-libs-dev mailing list