RFR: 8292016: Split Windows API error handling from errors passed through the runtime in the JDK [v24]
Julian Waters
jwaters at openjdk.org
Thu Sep 29 15:38:29 UTC 2022
> 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:
Remove getErrorString
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9870/files
- new: https://git.openjdk.org/jdk/pull/9870/files/80ef56dc..00c955ee
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9870&range=23
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9870&range=22-23
Stats: 110 lines in 8 files changed: 0 ins; 102 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/9870.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9870/head:pull/9870
PR: https://git.openjdk.org/jdk/pull/9870
More information about the core-libs-dev
mailing list