> 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision: - Merge remote-tracking branch 'upstream/master' into rework - Cleanup - Replace JLI_ReportErrorMessageSys with JLI_Perror - Merge remote-tracking branch 'upstream/master' into rework - Whitespace - Split Windows API error handling from errors passed through the runtime ------------- Changes: - all: https://git.openjdk.org/jdk/pull/9870/files - new: https://git.openjdk.org/jdk/pull/9870/files/622af5c6..80ef56dc Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=9870&range=22 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9870&range=21-22 Stats: 11159 lines in 266 files changed: 5381 ins; 4933 del; 845 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