On Windows, we struggle to analyze situations involving virtual memory handling. See e.g. JDK-8255917 or JDK-8255954.
The coding lacks a lot of error checking and logging (see alsoJDK-8256366, JDK-8256287, JDK-8256255).
It would be helpful if we would consistently log some of the more important API calls. In addition, os::split_reserved_memory() should log, and arguably assert, if it failed.
The coding lacks a lot of error checking and logging (see also
It would be helpful if we would consistently log some of the more important API calls. In addition, os::split_reserved_memory() should log, and arguably assert, if it failed.
- relates to
-
JDK-8256255 [windows] assert and/or log if commit_memory fails
- Open