Code Review for open

Prepared by:pliden on Thu May 2 09:57:55 CEST 2019
Workspace:/home/pliden/openjdk/repos/jdk/open
Compare against version:stefank_8222986_webrev.01
Summary of changes: 2112 lines changed: 1127 ins; 551 del; 434 mod; 4763 unchg
Patch of changes: open.patch
Bug id: JDK-8222480 : Implementation: JEP 351: ZGC: Uncommit Unused Memory
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os/linux/gc/z/zNUMA_linux.cpp

2 lines changed: 0 ins; 0 del; 2 mod; 81 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.cpp

328 lines changed: 193 ins; 29 del; 106 mod; 291 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os_cpu/linux_x86/gc/z/zBackingFile_linux_x86.hpp

20 lines changed: 12 ins; 2 del; 6 mod; 55 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os_cpu/linux_x86/gc/z/zBackingPath_linux_x86.cpp

5 lines changed: 0 ins; 0 del; 5 mod; 144 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.cpp

161 lines changed: 80 ins; 20 del; 61 mod; 192 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/os_cpu/linux_x86/gc/z/zPhysicalMemoryBacking_linux_x86.hpp

23 lines changed: 9 ins; 5 del; 9 mod; 52 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/vmStructs_z.hpp

9 lines changed: 1 ins; 4 del; 4 mod; 120 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zCollectedHeap.cpp

5 lines changed: 5 ins; 0 del; 0 mod; 354 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zCollectedHeap.hpp

4 lines changed: 3 ins; 1 del; 0 mod; 132 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zHeap.cpp

14 lines changed: 10 ins; 0 del; 4 mod; 577 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zHeap.hpp

4 lines changed: 4 ins; 0 del; 0 mod; 177 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zLiveMap.cpp

17 lines changed: 13 ins; 1 del; 3 mod; 119 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zLiveMap.hpp

9 lines changed: 1 ins; 0 del; 8 mod; 81 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zLiveMap.inline.hpp

2 lines changed: 0 ins; 0 del; 2 mod; 169 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zMemory.cpp

48 lines changed: 47 ins; 0 del; 1 mod; 116 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zMemory.hpp

3 lines changed: 2 ins; 0 del; 1 mod; 60 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPage.cpp

54 lines changed: 46 ins; 4 del; 4 mod; 58 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPage.hpp

24 lines changed: 10 ins; 2 del; 12 mod; 95 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPage.inline.hpp

23 lines changed: 21 ins; 0 del; 2 mod; 305 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPageAllocator.cpp

379 lines changed: 232 ins; 75 del; 72 mod; 402 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPageAllocator.hpp

27 lines changed: 14 ins; 5 del; 8 mod; 102 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPageCache.cpp

78 lines changed: 67 ins; 3 del; 8 mod; 166 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPageCache.hpp

12 lines changed: 12 ins; 0 del; 0 mod; 63 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPhysicalMemory.cpp

117 lines changed: 40 ins; 36 del; 41 mod; 111 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPhysicalMemory.hpp

33 lines changed: 5 ins; 15 del; 13 mod; 74 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zPhysicalMemory.inline.hpp

34 lines changed: 4 ins; 27 del; 3 mod; 56 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zVirtualMemory.cpp

2 lines changed: 0 ins; 0 del; 2 mod; 75 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zVirtualMemory.hpp

5 lines changed: 1 ins; 2 del; 2 mod; 62 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/zVirtualMemory.inline.hpp

11 lines changed: 0 ins; 7 del; 4 mod; 55 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/z/z_globals.hpp

7 lines changed: 7 ins; 0 del; 0 mod; 84 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPageAllocator.java

13 lines changed: 2 ins; 7 del; 4 mod; 63 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/gtest/gc/z/test_zForwarding.cpp

3 lines changed: 0 ins; 3 del; 0 mod; 202 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/gtest/gc/z/test_zPhysicalMemory.cpp

89 lines changed: 38 ins; 4 del; 47 mod; 29 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/ProblemList-zgc.txt

1 line changed: 0 ins; 1 del; 0 mod; 41 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/z/zUncommitter.cpp

74 lines changed: 74 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/z/zUncommitter.hpp

45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/z/TestUncommit.java

129 lines changed: 129 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/hotspot/share/gc/z/zPreMappedMemory.cpp

87 lines changed: 0 ins; 87 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/hotspot/share/gc/z/zPreMappedMemory.hpp

54 lines changed: 0 ins; 54 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/hotspot/share/gc/z/zPreMappedMemory.inline.hpp

45 lines changed: 0 ins; 45 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/ZPhysicalMemoryManager.java

64 lines changed: 0 ins; 64 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch --- test/hotspot/gtest/gc/z/test_zVirtualMemory.cpp

48 lines changed: 0 ins; 48 del; 0 mod; 0 unchg

This code review page was prepared using /home/pliden/openjdk/tools/webrev/webrev/webrev.ksh (vers 25.17-hg+openjdk.java.net).