Integrated: JDK-8292071: NMT: move MallocHeader to its own header and inline header checks

Thomas Stuefe stuefe at openjdk.org
Thu Aug 11 05:30:44 UTC 2022


On Tue, 9 Aug 2022 05:40:27 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> MallocHeader should be moved into its own header in preparation for further NMT changes.
> 
> Also, malloc header check routines - that are called on every free and realloc - should be inlined.
> 
> This is a plain code move. The classes were not changed, apart from making some of the functions inline, and fixing includes.

This pull request has now been integrated.

Changeset: 3aaffd63
Author:    Thomas Stuefe <stuefe at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/3aaffd630940ec061fc5eac518ef7614630211a0
Stats:     572 lines in 5 files changed: 341 ins; 231 del; 0 mod

8292071: NMT: move MallocHeader to its own header and inline header checks

Reviewed-by: mbaesken, lucy, iklam

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

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


More information about the hotspot-runtime-dev mailing list