Withdrawn: 8371048: ImageFileReader::open fails to check return value of osSupport::map_memory
duke
duke at openjdk.org
Fri Jan 9 04:17:07 UTC 2026
On Fri, 31 Oct 2025 14:00:38 GMT, Justin King <jcking at openjdk.org> wrote:
> Check whether `osSupport::map_memory` actually succeeded in all compliation modes, instead of crashing shortly after in non-debug builds. Ideally we should fall back to just reading the entire file into memory manually or use seek+read, but this is good enough for now to avoid crashing.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/28087
More information about the core-libs-dev
mailing list