Withdrawn: 8301404: Replace os::malloc with os::realloc, so we only have 1 code path
Gerard Ziemski
gziemski at openjdk.org
Thu Feb 23 16:26:20 UTC 2023
On Fri, 17 Feb 2023 16:42:09 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:
> Please review this enhancement, which eliminates a duplicate and almost identical path we have for malloc() and realloc(), and collapses them down to only one codepath, by taking advantage of fact that `malloc() == realloc(NULL)`
>
> Tested with MACH5 tier1,2,3,4,5
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/12621
More information about the hotspot-runtime-dev
mailing list