[jdk17u-dev] Withdrawn: 8292989: Avoid dynamic memory in AsyncLogWriter

duke duke at openjdk.org
Thu Nov 16 23:09:44 UTC 2023


On Fri, 28 Jul 2023 08:18:46 GMT, Xin Liu <xliu at openjdk.org> wrote:

> This patch is *NOT* a clean backport.  The logic part is exactly the same, but I have to adjust code in the following parts:
> 1. change from KVHashtable to ResourceHashtable because we want to use resourceArea instead of C_HEAP. 
> 2. rewrite lambda expression using Functor. 
> 
> Testing: 
> jdk-test1 tests including gtest. 
> Manually check there's no malloc/free in runtime.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1630


More information about the jdk-updates-dev mailing list