RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]

Julian Waters jwaters at openjdk.org
Sun Aug 7 08:39:42 UTC 2022


On Sat, 6 Aug 2022 16:45:06 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> Please review a small patch for dumping the failure reason when the MSVCRT libraries or the Java Virtual Machine fails to load on Windows, which can provide invaluable insight when debugging related launcher issues. This also fixes a small bug in the Windows implementation of JLI_ErrorMessageSys where C runtime errors are never written to stderr.
>
> Julian Waters has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Back out change to DLL_ERROR4 for separate RFE

Yeah, does seem like this PR is going to have to wait until [JDK-8292016](https://bugs.openjdk.org/browse/JDK-8292016) is resolved

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

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


More information about the core-libs-dev mailing list