RFR: 8296776: Stop using mtNone as marker for CHeap allocations in GrowableArray [v5]
Thomas Stuefe
stuefe at openjdk.org
Tue Nov 15 10:17:07 UTC 2022
On Tue, 15 Nov 2022 10:10:17 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:
>> Stefan Karlsson has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Try to fix 32-bit builds
>
> src/hotspot/share/utilities/growableArray.hpp line 613:
>
>> 611: }
>> 612:
>> 613: // Arena allocation
>
> Can be made static?
Also, possibly assert _arena & 1 == 0
-------------
PR: https://git.openjdk.org/jdk/pull/11086
More information about the hotspot-dev
mailing list