Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8260012: Reduce inclusion of collectedHeap.hpp and heapInspection.hpp
Reviewed-by: stefank, tschatzl
- Loading branch information
Showing
with
103 additions
and 41 deletions.
- +1 −0 src/hotspot/cpu/aarch64/c1_Runtime1_aarch64.cpp
- +2 −2 src/hotspot/cpu/aarch64/frame_aarch64.cpp
- +2 −1 src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
- +2 −1 src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
- +1 −0 src/hotspot/cpu/aarch64/sharedRuntime_aarch64.cpp
- +1 −0 src/hotspot/cpu/aarch64/templateTable_aarch64.cpp
- +1 −0 src/hotspot/cpu/arm/c1_Runtime1_arm.cpp
- +2 −2 src/hotspot/cpu/arm/frame_arm.cpp
- +1 −0 src/hotspot/cpu/arm/templateTable_arm.cpp
- +2 −2 src/hotspot/cpu/ppc/frame_ppc.cpp
- +2 −1 src/hotspot/cpu/ppc/nativeInst_ppc.cpp
- +2 −2 src/hotspot/cpu/s390/frame_s390.cpp
- +1 −0 src/hotspot/cpu/x86/c1_Runtime1_x86.cpp
- +3 −2 src/hotspot/cpu/x86/frame_x86.cpp
- +1 −0 src/hotspot/cpu/x86/methodHandles_x86.cpp
- +2 −1 src/hotspot/cpu/x86/nativeInst_x86.cpp
- +1 −0 src/hotspot/cpu/x86/templateTable_x86.cpp
- +2 −1 src/hotspot/cpu/zero/frame_zero.cpp
- +2 −1 src/hotspot/os/windows/perfMemory_windows.cpp
- +2 −1 src/hotspot/share/asm/codeBuffer.cpp
- +1 −0 src/hotspot/share/classfile/classFileParser.cpp
- +1 −0 src/hotspot/share/classfile/classLoaderExt.cpp
- +1 −0 src/hotspot/share/classfile/modules.cpp
- +1 −0 src/hotspot/share/code/codeCache.cpp
- +1 −0 src/hotspot/share/code/compiledIC.cpp
- +2 −1 src/hotspot/share/code/debugInfo.cpp
- +1 −0 src/hotspot/share/code/nmethod.cpp
- +2 −1 src/hotspot/share/code/oopRecorder.cpp
- +0 −1 src/hotspot/share/gc/shared/collectedHeap.hpp
- +1 −0 src/hotspot/share/gc/shared/gcVMOperations.cpp
- +1 −2 src/hotspot/share/gc/shared/gcVMOperations.hpp
- +3 −2 src/hotspot/share/gc/shared/memAllocator.hpp
- +1 −0 src/hotspot/share/gc/shared/stringdedup/stringDedupTable.cpp
- +2 −1 src/hotspot/share/interpreter/oopMapCache.cpp
- +2 −1 src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp
- +1 −0 src/hotspot/share/jvmci/jvmciRuntime.cpp
- +1 −0 src/hotspot/share/jvmci/jvmci_globals.cpp
- +1 −0 src/hotspot/share/memory/dynamicArchive.cpp
- +2 −1 src/hotspot/share/memory/heap.cpp
- +8 −1 src/hotspot/share/memory/universe.cpp
- +4 −0 src/hotspot/share/memory/universe.hpp
- +2 −1 src/hotspot/share/memory/virtualspace.cpp
- +2 −1 src/hotspot/share/oops/accessBackend.inline.hpp
- +5 −5 src/hotspot/share/oops/compressedOops.inline.hpp
- +5 −2 src/hotspot/share/oops/oop.inline.hpp
- +1 −0 src/hotspot/share/prims/jni.cpp
- +1 −0 src/hotspot/share/prims/jvmtiEnv.cpp
- +1 −0 src/hotspot/share/prims/jvmtiTagMap.cpp
- +2 −1 src/hotspot/share/prims/jvmtiTagMapTable.cpp
- +1 −0 src/hotspot/share/prims/stackwalk.cpp
- +1 −0 src/hotspot/share/runtime/deoptimization.cpp
- +1 −0 src/hotspot/share/runtime/java.cpp
- +2 −1 src/hotspot/share/runtime/jniHandles.cpp
- +1 −0 src/hotspot/share/runtime/reflection.cpp
- +1 −0 src/hotspot/share/runtime/sharedRuntime.cpp
- +1 −0 src/hotspot/share/runtime/thread.cpp
- +1 −0 src/hotspot/share/runtime/vmThread.cpp
- +1 −0 src/hotspot/share/services/management.cpp
- +2 −1 src/hotspot/share/utilities/ostream.cpp
- +2 −1 test/hotspot/gtest/gc/shared/test_oopStorage_parperf.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
82028e7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues