On Wed, 23 Apr 2025 14:05:58 GMT, Per Minborg <pminb...@openjdk.org> wrote:

> This PR is based on the work of @mernst-github and aims to implement an 
> _internal_ thread-local 'stack' allocator, which works like a dynamically 
> sized arena, but with reset functionality to reset the allocated size back to 
> a certain level. The underlying memory could stay around between calls, which 
> could improve performance.
> 
> Re-allocated segments are not zeroed between allocations.

We can not just re-use the original test due to: 
https://bugs.openjdk.org/browse/JDK-8350455

See my comment here: 
https://github.com/openjdk/jdk/pull/23142#issuecomment-2673194510

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

PR Comment: https://git.openjdk.org/jdk/pull/24829#issuecomment-2839363856

Reply via email to