git: openjdk/jdk: 8293313: NMT: Rework MallocLimit

Thomas Stuefe stuefe at openjdk.org
Thu Feb 16 16:18:16 UTC 2023


Changeset: 90e09228
Author:    Thomas Stuefe <stuefe at openjdk.org>
Date:      2023-02-16 16:14:05 +0000
URL:       https://git.openjdk.org/jdk/commit/90e092280f67dc1f77ff04c7c8f46317a00e3af9

8293313: NMT: Rework MallocLimit
8293292: Remove MallocMaxTestWords

Reviewed-by: jsjolen, gziemski, lucy, mbaesken

! src/hotspot/share/memory/arena.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/arguments.hpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/os.cpp
+ src/hotspot/share/services/mallocLimit.cpp
+ src/hotspot/share/services/mallocLimit.hpp
! src/hotspot/share/services/mallocTracker.cpp
! src/hotspot/share/services/mallocTracker.hpp
+ src/hotspot/share/services/mallocTracker.inline.hpp
! src/hotspot/share/services/memTracker.cpp
! src/hotspot/share/services/memTracker.hpp
+ src/hotspot/share/services/memTracker.inline.hpp
! src/hotspot/share/services/nmtCommon.hpp
+ test/hotspot/gtest/nmt/test_nmt_malloclimit.cpp
! test/hotspot/jtreg/runtime/ClassFile/JsrRewriting.java
! test/hotspot/jtreg/runtime/ClassFile/OomWhileParsingRepeatedJsr.java
! test/hotspot/jtreg/runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java
! test/hotspot/jtreg/runtime/NMT/MallocLimitTest.java
! test/hotspot/jtreg/runtime/Unsafe/AllocateMemory.java
! test/hotspot/jtreg/runtime/Unsafe/Reallocate.java



More information about the jdk-changes mailing list