Code Review for open

Prepared by:stefank on Mon Mar 11 14:43:12 CET 2019
Workspace:/home/stefank/hg/jdk/jdk/open
Compare against version:-2
Summary of changes: 901 lines changed: 505 ins; 377 del; 19 mod; 35189 unchg
Patch of changes: open.patch
Bug id: JDK-8220343 : Move scavenge_root_nmethods from shared code
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/code/codeCache.cpp

168 lines changed: 0 ins; 168 del; 0 mod; 1586 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/code/codeCache.hpp

26 lines changed: 0 ins; 26 del; 0 mod; 408 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/code/compiledMethod.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/code/nmethod.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/code/nmethod.hpp

22 lines changed: 0 ins; 22 del; 0 mod; 651 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/epsilon/epsilonHeap.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1CollectedHeap.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1CollectedHeap.hpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/g1/g1FullCollector.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp

27 lines changed: 22 ins; 0 del; 5 mod; 720 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/parallelScavengeHeap.hpp

10 lines changed: 4 ins; 5 del; 1 mod; 308 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/pcTasks.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/psMarkSweep.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/psParallelCompact.cpp

2 lines changed: 0 ins; 1 del; 1 mod; 3152 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/parallel/psTasks.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/serial/genMarkSweep.cpp

5 lines changed: 0 ins; 4 del; 1 mod; 327 unchg

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

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

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

30 lines changed: 26 ins; 0 del; 4 mod; 1380 unchg

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

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

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

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

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

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

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

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

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

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

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

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/runtime/vmStructs.cpp

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

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CodeCache.java

8 lines changed: 0 ins; 7 del; 1 mod; 210 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/NMethod.java

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shared/scavengableNMethods.cpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shared/scavengableNMethods.hpp

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

------ ------ ------ ------ --- New Patch Raw src/hotspot/share/gc/shared/scavengableNMethodsData.hpp

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

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