RFR: JDK-8302820: Remove costs for NMTPreInit when NMT is off [v4]

Thomas Stuefe stuefe at openjdk.org
Thu Mar 2 15:01:59 UTC 2023


On Thu, 2 Mar 2023 14:30:23 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> > The latest version of my patch from tonight already frees the LU table nodes (see nmtPreinit.cpp 104ff). It was tested successfully tonight and in addition I ran x64 and x86 fastdebug release tests manually.
> 
> Ah ok, yes, I see the destructor implements option 1. I still like the idea of pursuing option 3 via a generic container if the cost of writing and maintaining it can be justified by other uses.

Me too. I'll do it in a separate RFE.

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

PR: https://git.openjdk.org/jdk/pull/12642


More information about the hotspot-runtime-dev mailing list