git: openjdk/mobile: 2 new changesets

duke duke at openjdk.org
Thu Oct 26 14:06:44 UTC 2023


Changeset: 9864951d
Author:    Johan Sjölen <jsjolen at openjdk.org>
Date:      2023-10-26 14:03:49 +0000
URL:       https://git.openjdk.org/mobile/commit/9864951dceb0ddc4479ced04b6d5a2363f1e307d

8318447: Move NMT source code to own subdirectory

Reviewed-by: stefank, dholmes, stuefe

! src/hotspot/os/aix/safepointMechanism_aix.cpp
! src/hotspot/os/bsd/os_bsd.cpp
! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/posix/os_posix.cpp
! src/hotspot/os/posix/perfMemory_posix.cpp
! src/hotspot/os/windows/os_windows.cpp
! src/hotspot/os/windows/perfMemory_windows.cpp
! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp
! src/hotspot/share/cds/filemap.cpp
! src/hotspot/share/cds/metaspaceShared.cpp
! src/hotspot/share/compiler/compilationMemoryStatistic.cpp
! src/hotspot/share/gc/g1/g1BlockOffsetTable.cpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1PageBasedVirtualSpace.cpp
! src/hotspot/share/gc/g1/g1RegionToSpaceMapper.cpp
! src/hotspot/share/gc/parallel/objectStartArray.cpp
! src/hotspot/share/gc/parallel/parMarkBitMap.cpp
! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/serial/serialBlockOffsetTable.cpp
! src/hotspot/share/gc/shared/cardTable.cpp
! src/hotspot/share/gc/shared/cardTableBarrierSet.cpp
! src/hotspot/share/gc/shared/oopStorage.cpp
! src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.cpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/x/xPhysicalMemory.cpp
! src/hotspot/share/gc/x/xVirtualMemory.cpp
! src/hotspot/share/gc/z/zNMT.cpp
! src/hotspot/share/jfr/periodic/jfrNativeMemoryEvent.cpp
! src/hotspot/share/jfr/periodic/jfrNativeMemoryEvent.hpp
! src/hotspot/share/jfr/recorder/checkpoint/types/jfrType.cpp
! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeManager.cpp
! src/hotspot/share/jfr/recorder/storage/jfrVirtualMemory.cpp
! src/hotspot/share/jfr/utilities/jfrAllocation.cpp
! src/hotspot/share/jfr/utilities/jfrHashtable.hpp
! src/hotspot/share/memory/allocation.cpp
! src/hotspot/share/memory/arena.cpp
! src/hotspot/share/memory/heap.cpp
! src/hotspot/share/memory/heapInspection.cpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace/metaspaceDCmd.cpp
! src/hotspot/share/memory/metaspace/virtualSpaceNode.cpp
! src/hotspot/share/memory/resourceArea.cpp
! src/hotspot/share/memory/resourceArea.inline.hpp
! src/hotspot/share/memory/virtualspace.cpp
= src/hotspot/share/nmt/allocationSite.hpp
= src/hotspot/share/nmt/mallocHeader.cpp
= src/hotspot/share/nmt/mallocHeader.hpp
= src/hotspot/share/nmt/mallocHeader.inline.hpp
= src/hotspot/share/nmt/mallocSiteTable.cpp
= src/hotspot/share/nmt/mallocSiteTable.hpp
= src/hotspot/share/nmt/mallocTracker.cpp
= src/hotspot/share/nmt/mallocTracker.hpp
= src/hotspot/share/nmt/mallocTracker.inline.hpp
= src/hotspot/share/nmt/memBaseline.cpp
= src/hotspot/share/nmt/memBaseline.hpp
= src/hotspot/share/nmt/memReporter.cpp
= src/hotspot/share/nmt/memReporter.hpp
= src/hotspot/share/nmt/memTracker.cpp
= src/hotspot/share/nmt/memTracker.hpp
+ src/hotspot/share/nmt/memTracker.inline.hpp
= src/hotspot/share/nmt/nmtCommon.cpp
= src/hotspot/share/nmt/nmtCommon.hpp
= src/hotspot/share/nmt/nmtDCmd.cpp
= src/hotspot/share/nmt/nmtDCmd.hpp
= src/hotspot/share/nmt/nmtPreInit.cpp
= src/hotspot/share/nmt/nmtPreInit.hpp
= src/hotspot/share/nmt/nmtUsage.cpp
= src/hotspot/share/nmt/nmtUsage.hpp
= src/hotspot/share/nmt/threadStackTracker.cpp
= src/hotspot/share/nmt/threadStackTracker.hpp
= src/hotspot/share/nmt/virtualMemoryTracker.cpp
= src/hotspot/share/nmt/virtualMemoryTracker.hpp
! src/hotspot/share/oops/method.cpp
! src/hotspot/share/precompiled/precompiled.hpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/init.cpp
! src/hotspot/share/runtime/java.cpp
! src/hotspot/share/runtime/os.cpp
! src/hotspot/share/runtime/park.cpp
! src/hotspot/share/runtime/safepointMechanism.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/threads.cpp
! src/hotspot/share/services/diagnosticCommand.cpp
! src/hotspot/share/services/mallocLimit.cpp
- src/hotspot/share/services/memTracker.inline.hpp
! src/hotspot/share/utilities/debug.cpp
! src/hotspot/share/utilities/nativeCallStack.hpp
! src/hotspot/share/utilities/vmError.cpp
! test/hotspot/gtest/nmt/test_nmt_buffer_overflow_detection.cpp
! test/hotspot/gtest/nmt/test_nmt_cornercases.cpp
! test/hotspot/gtest/nmt/test_nmt_locationprinting.cpp
! test/hotspot/gtest/nmt/test_nmt_malloclimit.cpp
! test/hotspot/gtest/nmt/test_nmt_reserved_region.cpp
! test/hotspot/gtest/nmt/test_nmt_totals.cpp
! test/hotspot/gtest/nmt/test_nmtpreinit.cpp
! test/hotspot/gtest/nmt/test_nmtpreinitmap.cpp
! test/hotspot/gtest/runtime/test_committed_virtualmemory.cpp
! test/hotspot/gtest/runtime/test_os.cpp
! test/hotspot/gtest/runtime/test_virtualMemoryTracker.cpp

Changeset: c6b02acd
Author:    duke <duke at openjdk.org>
Date:      2023-10-26 14:04:14 +0000
URL:       https://git.openjdk.org/mobile/commit/c6b02acd4e3b3fd8a3ebce964f4f0bbc7f43f171

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list