Code Review for project openjdk/shenandoah-jdk21u/master against openjdk/jdk21u/master

Prepared by: Buildbot on Fri Jul 26 05:01:44 CEST 2024
Compare against version: a0b3c6cd
Summary of changes: 24791 lines changed; 22233 ins; 1428 del; 1130 mod; 35931 unchg
Patch of changes: master.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw .github/workflows/test.yml

10 lines changed; 10 ins; 0 del; 0 mod; 225 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw .jcheck/conf

3 lines changed; 0 ins; 0 del; 3 mod; 32 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/aarch64/gc/shenandoah/c1/shenandoahBarrierSetC1_aarch64.cpp

16 lines changed; 15 ins; 0 del; 1 mod; 124 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp

61 lines changed; 61 ins; 0 del; 0 mod; 766 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/ppc/gc/shenandoah/c1/shenandoahBarrierSetC1_ppc.cpp

15 lines changed; 14 ins; 0 del; 1 mod; 146 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/ppc/gc/shenandoah/shenandoahBarrierSetAssembler_ppc.cpp

73 lines changed; 70 ins; 2 del; 1 mod; 1004 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/ppc/gc/shenandoah/shenandoahBarrierSetAssembler_ppc.hpp

13 lines changed; 12 ins; 0 del; 1 mod; 118 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/riscv/gc/shenandoah/shenandoahBarrierSetAssembler_riscv.cpp

3 lines changed; 1 ins; 0 del; 2 mod; 714 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/x86/gc/shenandoah/c1/shenandoahBarrierSetC1_x86.cpp

16 lines changed; 15 ins; 0 del; 1 mod; 125 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.cpp

162 lines changed; 158 ins; 0 del; 4 mod; 1032 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.hpp

9 lines changed; 9 ins; 0 del; 0 mod; 85 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/ageTable.cpp

9 lines changed; 9 ins; 0 del; 0 mod; 135 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/ageTable.hpp

10 lines changed; 6 ins; 1 del; 3 mod; 73 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/cardTable.cpp

1 lines changed; 0 ins; 0 del; 1 mod; 289 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shared/gcConfiguration.cpp

29 lines changed; 19 ins; 10 del; 0 mod; 158 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.cpp

71 lines changed; 71 ins; 0 del; 0 mod; 293 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c1/shenandoahBarrierSetC1.hpp

2 lines changed; 2 ins; 0 del; 0 mod; 252 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp

132 lines changed; 126 ins; 1 del; 5 mod; 1256 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.hpp

12 lines changed; 12 ins; 0 del; 0 mod; 152 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp

8 lines changed; 7 ins; 0 del; 1 mod; 3012 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.cpp

95 lines changed; 55 ins; 10 del; 30 mod; 313 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.hpp

22 lines changed; 19 ins; 1 del; 2 mod; 126 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAggressiveHeuristics.cpp

3 lines changed; 2 ins; 0 del; 1 mod; 62 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAggressiveHeuristics.hpp

6 lines changed; 5 ins; 0 del; 1 mod; 46 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahCompactHeuristics.cpp

9 lines changed; 2 ins; 2 del; 5 mod; 91 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahCompactHeuristics.hpp

5 lines changed; 4 ins; 0 del; 1 mod; 44 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahGenerationalHeuristics.cpp

266 lines changed; 266 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahGenerationalHeuristics.hpp

59 lines changed; 59 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahGlobalHeuristics.cpp

176 lines changed; 176 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahGlobalHeuristics.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeapStats.hpp

41 lines changed; 41 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.cpp

40 lines changed; 6 ins; 14 del; 20 mod; 224 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.hpp

46 lines changed; 38 ins; 2 del; 6 mod; 124 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahOldHeuristics.cpp

723 lines changed; 723 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahOldHeuristics.hpp

209 lines changed; 209 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahPassiveHeuristics.cpp

4 lines changed; 3 ins; 0 del; 1 mod; 74 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahPassiveHeuristics.hpp

11 lines changed; 11 ins; 0 del; 0 mod; 47 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahSpaceInfo.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahStaticHeuristics.cpp

8 lines changed; 2 ins; 2 del; 4 mod; 67 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahStaticHeuristics.hpp

6 lines changed; 5 ins; 0 del; 1 mod; 46 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahYoungHeuristics.cpp

247 lines changed; 247 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahYoungHeuristics.hpp

57 lines changed; 57 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahGenerationalMode.cpp

65 lines changed; 65 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahGenerationalMode.hpp

39 lines changed; 39 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahIUMode.cpp

21 lines changed; 0 ins; 19 del; 2 mod; 40 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahIUMode.hpp

2 lines changed; 0 ins; 2 del; 0 mod; 38 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahMode.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahMode.hpp

7 lines changed; 6 ins; 0 del; 1 mod; 56 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahPassiveMode.cpp

8 lines changed; 5 ins; 1 del; 2 mod; 58 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahPassiveMode.hpp

2 lines changed; 0 ins; 1 del; 1 mod; 37 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahSATBMode.cpp

21 lines changed; 0 ins; 18 del; 3 mod; 29 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/mode/shenandoahSATBMode.hpp

1 lines changed; 0 ins; 1 del; 0 mod; 39 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAffiliation.hpp

62 lines changed; 62 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAgeCensus.cpp

383 lines changed; 383 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAgeCensus.hpp

229 lines changed; 229 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAllocRequest.hpp

81 lines changed; 65 ins; 0 del; 16 mod; 147 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahArguments.cpp

32 lines changed; 31 ins; 0 del; 1 mod; 194 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAsserts.cpp

21 lines changed; 20 ins; 0 del; 1 mod; 426 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahAsserts.hpp

30 lines changed; 30 ins; 0 del; 0 mod; 226 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.cpp

36 lines changed; 35 ins; 0 del; 1 mod; 143 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.hpp

14 lines changed; 12 ins; 0 del; 2 mod; 193 unchg

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

125 lines changed; 106 ins; 0 del; 19 mod; 397 unchg

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

6 lines changed; 4 ins; 0 del; 2 mod; 115 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCardStats.cpp

43 lines changed; 43 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCardStats.hpp

132 lines changed; 132 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCardTable.cpp

146 lines changed; 146 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCardTable.hpp

90 lines changed; 90 ins; 0 del; 0 mod; 0 unchg

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

4 lines changed; 1 ins; 0 del; 3 mod; 220 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.cpp

41 lines changed; 38 ins; 0 del; 3 mod; 160 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCollectionSet.hpp

52 lines changed; 50 ins; 0 del; 2 mod; 91 unchg

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

17 lines changed; 17 ins; 0 del; 0 mod; 56 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCollectionSetPreselector.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCollectorPolicy.cpp

168 lines changed; 122 ins; 19 del; 27 mod; 72 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahCollectorPolicy.hpp

50 lines changed; 31 ins; 10 del; 9 mod; 63 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.cpp

325 lines changed; 256 ins; 17 del; 52 mod; 955 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahConcurrentGC.hpp

38 lines changed; 30 ins; 2 del; 6 mod; 111 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.cpp

135 lines changed; 96 ins; 12 del; 27 mod; 218 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahConcurrentMark.hpp

12 lines changed; 7 ins; 2 del; 3 mod; 45 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp

293 lines changed; 15 ins; 234 del; 44 mod; 128 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahControlThread.hpp

90 lines changed; 5 ins; 79 del; 6 mod; -17 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahController.cpp

112 lines changed; 112 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahController.hpp

105 lines changed; 105 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahDegeneratedGC.cpp

152 lines changed; 113 ins; 21 del; 18 mod; 315 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahDegeneratedGC.hpp

10 lines changed; 9 ins; 0 del; 1 mod; 63 unchg

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

1 lines changed; 0 ins; 1 del; 0 mod; 81 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahEvacTracker.cpp

174 lines changed; 174 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahEvacTracker.hpp

85 lines changed; 85 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahFreeSet.cpp

1294 lines changed; 1060 ins; 101 del; 133 mod; 374 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahFreeSet.hpp

188 lines changed; 158 ins; 14 del; 16 mod; 55 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahFullGC.cpp

225 lines changed; 155 ins; 16 del; 54 mod; 986 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahFullGC.hpp

1 lines changed; 1 ins; 0 del; 0 mod; 90 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGC.cpp

2 lines changed; 2 ins; 0 del; 0 mod; 107 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGC.hpp

1 lines changed; 1 ins; 0 del; 0 mod; 66 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGeneration.cpp

1014 lines changed; 1014 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGeneration.hpp

238 lines changed; 238 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationSizer.cpp

209 lines changed; 209 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationSizer.hpp

93 lines changed; 93 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationType.hpp

51 lines changed; 51 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.cpp

850 lines changed; 850 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.hpp

126 lines changed; 126 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalEvacuationTask.cpp

288 lines changed; 288 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalEvacuationTask.hpp

55 lines changed; 55 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalFullGC.cpp

388 lines changed; 388 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalFullGC.hpp

122 lines changed; 122 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalHeap.cpp

1124 lines changed; 1124 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGenerationalHeap.hpp

148 lines changed; 148 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGlobalGeneration.cpp

142 lines changed; 142 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahGlobalGeneration.hpp

73 lines changed; 73 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp

926 lines changed; 604 ins; 222 del; 100 mod; 1758 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp

231 lines changed; 176 ins; 25 del; 30 mod; 584 unchg

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

195 lines changed; 116 ins; 29 del; 50 mod; 464 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.cpp

254 lines changed; 224 ins; 3 del; 27 mod; 637 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeapRegion.hpp

96 lines changed; 85 ins; 4 del; 7 mod; 388 unchg

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

110 lines changed; 100 ins; 7 del; 3 mod; 119 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeapRegionClosures.hpp

72 lines changed; 72 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.cpp

112 lines changed; 100 ins; 9 del; 3 mod; 91 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahHeapRegionCounters.hpp

37 lines changed; 24 ins; 0 del; 13 mod; 72 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahInitLogger.cpp

35 lines changed; 9 ins; 19 del; 7 mod; 20 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahInitLogger.hpp

2 lines changed; 1 ins; 0 del; 1 mod; 37 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahLock.cpp

38 lines changed; 38 ins; 0 del; 0 mod; 83 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahLock.hpp

24 lines changed; 6 ins; 1 del; 17 mod; 120 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMark.cpp

80 lines changed; 40 ins; 12 del; 28 mod; 141 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMark.hpp

54 lines changed; 39 ins; 4 del; 11 mod; 65 unchg

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

148 lines changed; 124 ins; 10 del; 14 mod; 252 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.cpp

24 lines changed; 24 ins; 0 del; 0 mod; 147 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkBitMap.hpp

3 lines changed; 3 ins; 0 del; 0 mod; 179 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkClosures.cpp

98 lines changed; 98 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkClosures.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkingContext.cpp

48 lines changed; 26 ins; 17 del; 5 mod; 60 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkingContext.hpp

23 lines changed; 7 ins; 7 del; 9 mod; 71 unchg

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

32 lines changed; 21 ins; 1 del; 10 mod; 86 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.cpp

58 lines changed; 56 ins; 0 del; 2 mod; 51 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMemoryPool.hpp

35 lines changed; 28 ins; 2 del; 5 mod; 36 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMmuTracker.cpp

186 lines changed; 186 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMmuTracker.hpp

107 lines changed; 107 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMonitoringSupport.cpp

48 lines changed; 44 ins; 0 del; 4 mod; 101 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMonitoringSupport.hpp

34 lines changed; 28 ins; 0 del; 6 mod; 51 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahNMethod.cpp

8 lines changed; 3 ins; 3 del; 2 mod; 486 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahNumberSeq.cpp

65 lines changed; 65 ins; 0 del; 0 mod; 194 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahNumberSeq.hpp

2 lines changed; 2 ins; 0 del; 0 mod; 76 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahOldGC.cpp

173 lines changed; 173 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahOldGC.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahOldGeneration.cpp

788 lines changed; 788 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahOldGeneration.hpp

320 lines changed; 320 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahOopClosures.hpp

23 lines changed; 5 ins; 7 del; 11 mod; 120 unchg

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

5 lines changed; 1 ins; 0 del; 4 mod; 53 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp

5 lines changed; 5 ins; 0 del; 0 mod; 340 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahPacer.hpp

23 lines changed; 21 ins; 0 del; 2 mod; 110 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.cpp

9 lines changed; 5 ins; 1 del; 3 mod; 324 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp

19 lines changed; 17 ins; 0 del; 2 mod; 254 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahReferenceProcessor.cpp

79 lines changed; 69 ins; 4 del; 6 mod; 590 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahRegulatorThread.cpp

165 lines changed; 165 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahRegulatorThread.hpp

85 lines changed; 85 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.cpp

17 lines changed; 15 ins; 0 del; 2 mod; 89 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahRootVerifier.hpp

3 lines changed; 1 ins; 0 del; 2 mod; 46 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSATBMarkQueueSet.hpp

1 lines changed; 0 ins; 1 del; 0 mod; 39 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSTWMark.cpp

46 lines changed; 33 ins; 1 del; 12 mod; 137 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSTWMark.hpp

4 lines changed; 2 ins; 1 del; 1 mod; 46 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahScanRemembered.cpp

458 lines changed; 458 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahScanRemembered.hpp

1062 lines changed; 1062 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahScanRemembered.inline.hpp

1021 lines changed; 1021 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahSharedVariables.hpp

12 lines changed; 10 ins; 0 del; 2 mod; 280 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahStackWatermark.cpp

21 lines changed; 10 ins; 9 del; 2 mod; 119 unchg

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

21 lines changed; 3 ins; 14 del; 4 mod; 34 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahTaskqueue.hpp

2 lines changed; 2 ins; 0 del; 0 mod; 371 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahThreadLocalData.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahThreadLocalData.hpp

121 lines changed; 107 ins; 4 del; 10 mod; 162 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahUnload.cpp

2 lines changed; 1 ins; 0 del; 1 mod; 201 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp

12 lines changed; 5 ins; 3 del; 4 mod; 151 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahUtils.hpp

19 lines changed; 18 ins; 0 del; 1 mod; 225 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahVMOperations.cpp

26 lines changed; 26 ins; 0 del; 0 mod; 102 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahVMOperations.hpp

6 lines changed; 5 ins; 0 del; 1 mod; 145 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahVerifier.cpp

531 lines changed; 488 ins; 0 del; 43 mod; 933 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahVerifier.hpp

54 lines changed; 50 ins; 1 del; 3 mod; 188 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahWorkerPolicy.cpp

94 lines changed; 0 ins; 79 del; 15 mod; -18 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahWorkerPolicy.hpp

19 lines changed; 3 ins; 16 del; 0 mod; 50 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahYoungGeneration.cpp

115 lines changed; 115 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahYoungGeneration.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp

242 lines changed; 225 ins; 0 del; 17 mod; 336 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/vmStructs_shenandoah.hpp

7 lines changed; 6 ins; 0 del; 1 mod; 65 unchg

------ ------ ------ ------ --- New Patch Raw src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shenandoah/ShenandoahGeneration.java

59 lines changed; 59 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shenandoah/ShenandoahGenerationalHeap.java

33 lines changed; 33 ins; 0 del; 0 mod; 0 unchg

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

5 lines changed; 2 ins; 0 del; 3 mod; 140 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/gtest/gc/shenandoah/test_shenandoahNumberSeq.cpp

115 lines changed; 89 ins; 4 del; 22 mod; 48 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/gtest/gc/shenandoah/test_shenandoahOldGeneration.cpp

200 lines changed; 200 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/gtest/gc/shenandoah/test_shenandoahOldHeuristic.cpp

366 lines changed; 366 ins; 0 del; 0 mod; 0 unchg

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

4 lines changed; 4 ins; 0 del; 0 mod; 175 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/ergonomics/TestDynamicNumberOfGCThreads.java

6 lines changed; 0 ins; 5 del; 1 mod; 88 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestAllocIntArrays.java

10 lines changed; 10 ins; 0 del; 0 mod; 208 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestAllocObjectArrays.java

35 lines changed; 35 ins; 0 del; 0 mod; 208 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestAllocObjects.java

16 lines changed; 16 ins; 0 del; 0 mod; 174 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestArrayCopyCheckCast.java

9 lines changed; 8 ins; 0 del; 1 mod; 47 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestArrayCopyStress.java

11 lines changed; 10 ins; 0 del; 1 mod; 80 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestDynamicSoftMaxHeapSize.java

12 lines changed; 12 ins; 0 del; 0 mod; 137 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestEvilSyncBug.java

16 lines changed; 12 ins; 0 del; 4 mod; 162 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestGCThreadGroups.java

19 lines changed; 19 ins; 0 del; 0 mod; 114 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestHeapUncommit.java

23 lines changed; 23 ins; 0 del; 0 mod; 150 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestHumongousThreshold.java

80 lines changed; 80 ins; 0 del; 0 mod; 131 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestJcmdHeapDump.java

13 lines changed; 13 ins; 0 del; 0 mod; 158 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestLargeObjectAlignment.java

16 lines changed; 15 ins; 0 del; 1 mod; 69 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestLotsOfCycles.java

11 lines changed; 11 ins; 0 del; 0 mod; 143 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestObjItrWithHeapDump.java

5 lines changed; 2 ins; 0 del; 3 mod; 77 unchg

------ ------ ------ ------ Old --- Patch Raw test/hotspot/jtreg/gc/shenandoah/TestParallelRefprocSanity.java

50 lines changed; 0 ins; 50 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestPeriodicGC.java

48 lines changed; 46 ins; 0 del; 2 mod; 159 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestReferenceRefersToShenandoah.java

30 lines changed; 25 ins; 0 del; 5 mod; 344 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestReferenceShortcutCycle.java

14 lines changed; 13 ins; 0 del; 1 mod; 101 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestRefprocSanity.java

16 lines changed; 16 ins; 0 del; 0 mod; 133 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestRegionSampling.java

10 lines changed; 10 ins; 0 del; 0 mod; 108 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestRegionSamplingLogging.java

68 lines changed; 68 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestResizeTLAB.java

21 lines changed; 21 ins; 0 del; 0 mod; 201 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestRetainObjects.java

27 lines changed; 26 ins; 0 del; 1 mod; 169 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestShenandoahRegionLogging.java

49 lines changed; 49 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestSieveObjects.java

24 lines changed; 23 ins; 0 del; 1 mod; 213 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestSmallHeap.java

13 lines changed; 12 ins; 0 del; 1 mod; 42 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestStringDedup.java

15 lines changed; 15 ins; 0 del; 0 mod; 191 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestStringDedupStress.java

20 lines changed; 17 ins; 0 del; 3 mod; 236 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestStringInternCleanup.java

17 lines changed; 17 ins; 0 del; 0 mod; 116 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestVerifyJCStress.java

16 lines changed; 16 ins; 0 del; 0 mod; 157 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestVerifyLevels.java

12 lines changed; 11 ins; 0 del; 1 mod; 48 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestWithLogLevel.java

13 lines changed; 12 ins; 0 del; 1 mod; 47 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/TestWrongArrayMember.java

5 lines changed; 2 ins; 1 del; 2 mod; 53 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/compiler/TestClone.java

125 lines changed; 125 ins; 0 del; 0 mod; 236 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/compiler/TestReferenceCAS.java

27 lines changed; 27 ins; 0 del; 0 mod; 160 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/generational/TestCLIModeGenerational.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/generational/TestConcurrentEvac.java

201 lines changed; 201 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/generational/TestOldGrowthTriggers.java

113 lines changed; 113 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/generational/TestSimpleGenerational.java

125 lines changed; 125 ins; 0 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/jni/TestJNICritical.java

12 lines changed; 11 ins; 0 del; 1 mod; 76 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/jni/TestJNIGlobalRefs.java

25 lines changed; 20 ins; 0 del; 5 mod; 115 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/jni/TestPinnedGarbage.java

17 lines changed; 17 ins; 0 del; 0 mod; 112 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/jvmti/TestHeapDump.java

41 lines changed; 41 ins; 0 del; 0 mod; 120 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/mxbeans/TestChurnNotifications.java

20 lines changed; 15 ins; 0 del; 5 mod; 197 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/mxbeans/TestMemoryMXBeans.java

15 lines changed; 14 ins; 0 del; 1 mod; 84 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/mxbeans/TestMemoryPools.java

11 lines changed; 10 ins; 0 del; 1 mod; 64 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/mxbeans/TestPauseNotifications.java

15 lines changed; 12 ins; 0 del; 3 mod; 227 unchg

------ ------ ------ ------ Old --- Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargeObj.java

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

------ ------ ------ ------ Old --- Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestAllocLargerThanHeap.java

76 lines changed; 0 ins; 76 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestAllocOutOfMemory.java

147 lines changed; 147 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ Old --- Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestAllocSmallObj.java

80 lines changed; 0 ins; 80 del; 0 mod; 0 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestClassLoaderLeak.java

5 lines changed; 2 ins; 0 del; 3 mod; 145 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/oom/TestThreadFailure.java

16 lines changed; 16 ins; 0 del; 0 mod; 77 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/shenandoah/options/TestModeUnlock.java

5 lines changed; 2 ins; 0 del; 3 mod; 111 unchg

This code review page was prepared using webrev version 8aab2a590929de7d98c8bd1e8c6cf12e40cb6433