RFR: 8339487: ProcessHandleImpl native exceptions - include message text and last error information

Alan Bateman alanb at openjdk.org
Wed Sep 4 12:07:19 UTC 2024


On Wed, 4 Sep 2024 11:39:57 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Unfortunately I don't know (but with this change and added JDK message text I would know next time).

My guess is that it's the second call that is failing and the bug is that the number of processes increased between the first and second call to sysctl. I think we'll need to put a loop around this.

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

PR Comment: https://git.openjdk.org/jdk/pull/20839#issuecomment-2328791922


More information about the core-libs-dev mailing list