RFR: 8297766: Remove UseMallocOnly development option
Thomas Stuefe
stuefe at openjdk.org
Fri Dec 2 21:09:13 UTC 2022
On Thu, 1 Dec 2022 15:37:56 GMT, Afshin Zafari <duke at openjdk.org> wrote:
> ### Description
> The UseMallocOnly development option was originally used to detect memory stomping bugs with Arena allocations when the JVM was first in development.
>
> The option has had a few bugs and is not in general use. There are ideas to add another way of Arena canary checking.
>
> ### Patch:
> All occurrences of UseMallocOnly are removed.
>
> ### Tests:
> Local, gTests: resourceArea and Arena
> Mach5: tier1-5
Marked as reviewed by stuefe (Reviewer).
-------------
PR: https://git.openjdk.org/jdk/pull/11456
More information about the hotspot-dev
mailing list