Code Review for hotspot

Prepared by:jwilhelm on Wed Jan 28 02:34:05 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:7695
Summary of changes: 503 lines changed: 178 ins; 179 del; 146 mod; 15458 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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
16 lines changed: 8 ins; 5 del; 3 mod; 136 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 8598 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 1065 unchg

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

445 lines changed: 150 ins; 168 del; 127 mod; 999 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
34 lines changed: 17 ins; 5 del; 12 mod; 517 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 333 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 362 unchg

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

rev 7696 : 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; 3364 unchg

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

rev 7696 : 8061802: REDO - Remove the generations array
Summary: The _gens array is removed and replaced by explicit _young_gen and _old_gen variables.
Reviewed-by:
1 line changed: 1 ins; 0 del; 0 mod; 84 unchg

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