Code Review for project openjdk/shenandoah/master against openjdk/jdk/master

Prepared by: Buildbot on Sat Sep 07 05:04:11 CEST 2024
Compare against version: 4c344335
Summary of changes: 22596 lines changed; 20951 ins; 810 del; 835 mod; 38892 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

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

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

8 lines changed; 8 ins; 0 del; 0 mod; 119 unchg

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

74 lines changed; 63 ins; 10 del; 1 mod; 731 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; 84 unchg

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

8 lines changed; 8 ins; 0 del; 0 mod; 138 unchg

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

72 lines changed; 70 ins; 2 del; 0 mod; 991 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; 113 unchg

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

8 lines changed; 8 ins; 0 del; 0 mod; 119 unchg

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

165 lines changed; 161 ins; 0 del; 4 mod; 992 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; 82 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; 264 unchg

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

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

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

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

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

72 lines changed; 71 ins; 1 del; 0 mod; 288 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; 251 unchg

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

134 lines changed; 129 ins; 1 del; 4 mod; 1190 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; 144 unchg

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

89 lines changed; 56 ins; 9 del; 24 mod; 320 unchg

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

11 lines changed; 9 ins; 2 del; 0 mod; 139 unchg

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

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

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

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

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

290 lines changed; 290 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

147 lines changed; 147 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

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

34 lines changed; 13 ins; 4 del; 17 mod; 236 unchg

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

89 lines changed; 82 ins; 2 del; 5 mod; 131 unchg

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

715 lines changed; 715 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

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

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

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

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

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

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

225 lines changed; 225 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

64 lines changed; 64 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

------ ------ ------ ------ --- 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

10 lines changed; 6 ins; 1 del; 3 mod; 57 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

23 lines changed; 0 ins; 21 del; 2 mod; 25 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

18 lines changed; 17 ins; 0 del; 1 mod; 202 unchg

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

50 lines changed; 48 ins; 0 del; 2 mod; 444 unchg

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

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

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

35 lines changed; 34 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; 192 unchg

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

115 lines changed; 97 ins; 0 del; 18 mod; 389 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

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

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

87 lines changed; 87 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; 218 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

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

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

25 lines changed; 18 ins; 5 del; 2 mod; 84 unchg

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

310 lines changed; 242 ins; 10 del; 58 mod; 960 unchg

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

42 lines changed; 33 ins; 4 del; 5 mod; 112 unchg

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

122 lines changed; 91 ins; 9 del; 22 mod; 224 unchg

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

7 lines changed; 4 ins; 2 del; 1 mod; 50 unchg

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

25 lines changed; 14 ins; 2 del; 9 mod; 391 unchg

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

131 lines changed; 99 ins; 15 del; 17 mod; 333 unchg

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

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

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

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

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

172 lines changed; 172 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

907 lines changed; 733 ins; 47 del; 127 mod; 1186 unchg

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

124 lines changed; 99 ins; 9 del; 16 mod; 367 unchg

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

135 lines changed; 99 ins; 7 del; 29 mod; 1056 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; 67 unchg

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

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

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

241 lines changed; 241 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

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

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

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

840 lines changed; 840 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

281 lines changed; 281 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

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

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

159 lines changed; 159 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

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

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

694 lines changed; 406 ins; 201 del; 87 mod; 1995 unchg

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

205 lines changed; 152 ins; 28 del; 25 mod; 602 unchg

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

175 lines changed; 161 ins; 10 del; 4 mod; 483 unchg

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

247 lines changed; 215 ins; 4 del; 28 mod; 634 unchg

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

99 lines changed; 90 ins; 3 del; 6 mod; 390 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

111 lines changed; 100 ins; 8 del; 3 mod; 93 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/shenandoahMark.cpp

64 lines changed; 34 ins; 13 del; 17 mod; 157 unchg

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

33 lines changed; 25 ins; 3 del; 5 mod; 86 unchg

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

130 lines changed; 108 ins; 10 del; 12 mod; 257 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

18 lines changed; 6 ins; 7 del; 5 mod; 75 unchg

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

28 lines changed; 21 ins; 1 del; 6 mod; 90 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

185 lines changed; 185 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/shenandoahNMethod.cpp

8 lines changed; 3 ins; 3 del; 2 mod; 507 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

161 lines changed; 161 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

10 lines changed; 2 ins; 1 del; 7 mod; 133 unchg

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

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

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

22 lines changed; 5 ins; 0 del; 17 mod; 315 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; 255 unchg

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

78 lines changed; 69 ins; 3 del; 6 mod; 591 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; 40 unchg

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

40 lines changed; 30 ins; 0 del; 10 mod; 143 unchg

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

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

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

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

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

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

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

420 lines changed; 420 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; 117 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

------ ------ ------ ------ --- 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

122 lines changed; 108 ins; 4 del; 10 mod; 158 unchg

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

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

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

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

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

11 lines changed; 4 ins; 2 del; 5 mod; 152 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; 226 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; 104 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

534 lines changed; 491 ins; 0 del; 43 mod; 948 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

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

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

3 lines changed; 3 ins; 0 del; 0 mod; 66 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

235 lines changed; 220 ins; 0 del; 15 mod; 340 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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/jfr/metadata/metadata.xml

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/prims/whitebox.cpp

2 lines changed; 1 ins; 0 del; 1 mod; 2988 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 src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/Universe.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/jdk.jfr/share/conf/jfr/default.jfc

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/jdk.jfr/share/conf/jfr/profile.jfc

4 lines changed; 4 ins; 0 del; 0 mod; 1147 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/gc/TestAllocHumongousFragment.java

18 lines changed; 18 ins; 0 del; 0 mod; 172 unchg

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

18 lines changed; 18 ins; 0 del; 0 mod; 158 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; 158 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; 128 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; 115 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; 96 unchg

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

26 lines changed; 24 ins; 1 del; 1 mod; 126 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; 126 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; 111 unchg

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

4 lines changed; 2 ins; 0 del; 2 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

42 lines changed; 38 ins; 0 del; 4 mod; 127 unchg

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

35 lines changed; 33 ins; 0 del; 2 mod; 309 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; 88 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; 114 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; 89 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; 161 unchg

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

26 lines changed; 26 ins; 0 del; 0 mod; 135 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; 174 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; 173 unchg

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

17 lines changed; 17 ins; 0 del; 0 mod; 208 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; 96 unchg

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

6 lines changed; 6 ins; 0 del; 0 mod; 130 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

3 lines changed; 2 ins; 0 del; 1 mod; 54 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/TestConcurrentEvac.java

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

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

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

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

120 lines changed; 120 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

20 lines changed; 20 ins; 0 del; 0 mod; 120 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

17 lines changed; 15 ins; 0 del; 2 mod; 183 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

12 lines changed; 12 ins; 0 del; 0 mod; 215 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

4 lines changed; 2 ins; 0 del; 2 mod; 145 unchg

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

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

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

4 lines changed; 2 ins; 0 del; 2 mod; 111 unchg

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

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

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

8 lines changed; 4 ins; 1 del; 3 mod; 77 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithShenandoah.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithShenandoah.java

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

------ ------ ------ ------ --- New Patch Raw test/hotspot/jtreg/gc/stress/jfr/TestStressBigAllocationGCEventsWithShenandoah.java

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithShenandoah.java

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

This code review page was prepared using webrev version 8aab2a590929de7d98c8bd1e8c6cf12e40cb6433