Code Review for hotspot

Prepared by:jwilhelm on Thu May 7 16:22:58 CEST 2015
Workspace:/Users/jesper/repos/jdk9-gc-ngen_3/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-gc/hotspot
Compare against version:8330
Summary of changes: 388 lines changed: 48 ins; 91 del; 249 mod; 25326 unchg
Changeset: hotspot.changeset
Bug id: JDK-8077842
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw agent/src/share/classes/sun/jvm/hotspot/gc_interface/CollectedHeap.java

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
2 lines changed: 2 ins; 0 del; 0 mod; 84 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw agent/src/share/classes/sun/jvm/hotspot/memory/Generation.java

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
11 lines changed: 0 ins; 10 del; 1 mod; 203 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw agent/src/share/classes/sun/jvm/hotspot/utilities/PointerLocation.java

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
5 lines changed: 0 ins; 2 del; 3 mod; 264 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
54 lines changed: 6 ins; 15 del; 33 mod; 8483 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
2 lines changed: 0 ins; 0 del; 2 mod; 1814 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 273 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/parNew/parNewGeneration.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
28 lines changed: 0 ins; 1 del; 27 mod; 1466 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/parNew/parNewGeneration.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
10 lines changed: 2 ins; 1 del; 7 mod; 415 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/parNew/parOopClosures.inline.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 145 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/shared/vmGCOperations.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 292 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/gc_implementation/shared/vmGCOperations.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
4 lines changed: 1 ins; 0 del; 3 mod; 243 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/cardGeneration.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
3 lines changed: 0 ins; 0 del; 3 mod; 357 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/cardGeneration.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
3 lines changed: 0 ins; 1 del; 2 mod; 96 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/cardTableRS.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
10 lines changed: 6 ins; 0 del; 4 mod; 598 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/cardTableRS.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
4 lines changed: 0 ins; 1 del; 3 mod; 186 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/collectorPolicy.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
3 lines changed: 0 ins; 0 del; 3 mod; 1099 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/collectorPolicy.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
2 lines changed: 0 ins; 2 del; 0 mod; 320 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/defNewGeneration.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
42 lines changed: 5 ins; 9 del; 28 mod; 1028 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/defNewGeneration.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
7 lines changed: 0 ins; 3 del; 4 mod; 358 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/genCollectedHeap.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
69 lines changed: 8 ins; 9 del; 52 mod; 1275 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/genCollectedHeap.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
30 lines changed: 0 ins; 6 del; 24 mod; 488 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/genMarkSweep.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
13 lines changed: 1 ins; 4 del; 8 mod; 316 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/genMarkSweep.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
5 lines changed: 0 ins; 1 del; 4 mod; 48 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/generation.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
32 lines changed: 10 ins; 12 del; 10 mod; 338 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/generation.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
23 lines changed: 5 ins; 10 del; 8 mod; 569 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/generationSpec.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
7 lines changed: 0 ins; 1 del; 6 mod; 70 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/generationSpec.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 59 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/tenuredGeneration.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
7 lines changed: 1 ins; 0 del; 6 mod; 298 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/memory/tenuredGeneration.hpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
5 lines changed: 1 ins; 0 del; 4 mod; 127 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/runtime/vmStructs.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
1 line changed: 0 ins; 1 del; 0 mod; 3395 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/share/vm/services/memoryService.cpp

rev 8331 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:
1 line changed: 0 ins; 1 del; 0 mod; 619 unchg

This code review page was prepared using /Users/jesper/bin/webrev (vers 25.8-hg+openjdk.java.net).