RFR: 8297766: Remove UseMallocOnly development option

Thomas Stuefe stuefe at openjdk.org
Fri Dec 2 21:02:09 UTC 2022


On Fri, 2 Dec 2022 18:10:08 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:

> I added real_allocate_handle() - I don't see why not keep it, with the comment about UseMallocOnly removed.

I was under the impression that its sole job was to circumvent UseMallocOnly by calling internal_malloc directly. But I see it also initializes the allocated slot. Okay, lets keep it.

In that case the patch looks good for me. Sorry for holding it up.

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

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


More information about the hotspot-dev mailing list