Code Review for hotspot

Prepared by:jwilhelm on Wed Feb 11 04:31:55 CET 2015
Workspace:/Users/jesper/repos/jdk9-gc-ngen_3/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-gc/hotspot
Compare against version:7798
Summary of changes: 528 lines changed: 184 ins; 192 del; 152 mod; 15471 unchg
Changeset: hotspot.changeset
Bug id: JDK-8061802
Legend: Modified file
Deleted file
New file

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

19 lines changed: 8 ins; 5 del; 6 mod; 133 unchg

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

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

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

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

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

460 lines changed: 156 ins; 181 del; 123 mod; 990 unchg

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

36 lines changed: 17 ins; 5 del; 14 mod; 515 unchg

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

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

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

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

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

rev 7799 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
3 lines changed: 2 ins; 1 del; 0 mod; 3386 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw test/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java

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

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