RFR: 8263834: Work around gdb <incomplete type> for HashtableEntry

Thomas Stuefe stuefe at openjdk.java.net
Fri Mar 19 07:09:40 UTC 2021


On Fri, 19 Mar 2021 06:51:42 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Does this affect NMT?
> 
> Thanks,
> David

The entries lived in pre-allocated blocks and were placed manually without even invoking constructors. NMT does not care.

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

PR: https://git.openjdk.java.net/jdk/pull/3084


More information about the hotspot-dev mailing list