Code Review for hotspot

Prepared by:jwilhelm on Wed Mar 12 18:53:53 CET 2014
Workspace:/Users/jwilhelm/repos/jdk9-gc-sortfreelist/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk9/hs-gc/hotspot
Compare against version:6034
Summary of changes: 262 lines changed: 227 ins; 3 del; 32 mod; 16624 unchg
Patch of changes: hotspot.patch
Bug id: 8036025
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/concurrentMark.cpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
3 lines changed: 0 ins; 0 del; 3 mod; 4690 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
18 lines changed: 5 ins; 0 del; 13 mod; 6916 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
7 lines changed: 1 ins; 0 del; 6 mod; 2007 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegion.cpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 1137 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegion.hpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
4 lines changed: 3 ins; 0 del; 1 mod; 865 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegionSet.cpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
98 lines changed: 92 ins; 3 del; 3 mod; 464 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegionSet.hpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
31 lines changed: 27 ins; 0 del; 4 mod; 379 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp

rev 6035 : 8036025: Sort the freelist in order to shrink the heap
Summary: The free list is being maintained in a sorted fashion and old and humongous regions are allocated from the bottom of the heap while young regions are allocated at the top.
Contributed-by: jesper.wilhelmsson@oracle.com, staffan.friberg@oracle.com
Reviewed-by:
rev 6036 : imported patch thomas_comments
100 lines changed: 99 ins; 0 del; 1 mod; 166 unchg

This code review page was prepared using /Users/jwilhelm/bin/webrev (vers 23.18-hg-never-dev).