RFR: JDK-8295889: NMT preinit code does not handle allocation errors [v2]

Thomas Stuefe stuefe at openjdk.org
Wed Oct 26 08:39:01 UTC 2022


On Wed, 26 Oct 2022 08:25:56 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> I would prefer more detailed guarantee output like for example guarantee(outer_size > payload_size, "Overflow - %zu must be larger than payload size %zu", outer_size, payload_size); But it is okay as it is too, approved.

Thanks Matthias! I expect this never to fire, and if it does, someone needs to dive in anyway.

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

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


More information about the hotspot-runtime-dev mailing list