Code Review for jdkHeadOpen

Prepared by:manc on Wed Dec 12 17:05:35 HKT 2018
Workspace:/usr/local/google/home/manc/ws/jdkHeadOpen
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:52960
Summary of changes: 464 lines changed: 287 ins; 148 del; 29 mod; 14957 unchg
Changeset: jdkHeadOpen.changeset
Bug id: JDK-8212206 : Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Legend: Modified file
Deleted file
New file

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

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 8143 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/parallel/psGCAdaptivePolicyCounters.cpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
6 lines changed: 0 ins; 5 del; 1 mod; 199 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/parallel/psGCAdaptivePolicyCounters.hpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
3 lines changed: 0 ins; 1 del; 2 mod; 208 unchg

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

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 672 unchg

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

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 3162 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/parallel/psScavenge.cpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 762 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/shared/adaptiveSizePolicy.cpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
217 lines changed: 88 ins; 117 del; 12 mod; 378 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/shared/adaptiveSizePolicy.hpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
32 lines changed: 4 ins; 21 del; 7 mod; 448 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/shared/gcPolicyCounters.cpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
6 lines changed: 5 ins; 0 del; 1 mod; 62 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/shared/gcPolicyCounters.hpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
6 lines changed: 5 ins; 0 del; 1 mod; 77 unchg

Cdiffs Udiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/gc/shared/gc_globals.hpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
1 line changed: 0 ins; 0 del; 1 mod; 846 unchg

------ ------ ------ ------ --- New ----- Raw src/hotspot/share/gc/shared/gcOverheadChecker.cpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
101 lines changed: 101 ins; 0 del; 0 mod; 0 unchg

------ ------ ------ ------ --- New ----- Raw src/hotspot/share/gc/shared/gcOverheadChecker.hpp

rev 52961 : 8212206: Refactor AdaptiveSizePolicy to separate out code related to GC overhead
Summary: Move check_gc_overhead_limit() and related code to its own class
Reviewed-by:
84 lines changed: 84 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /usr/local/google/home/manc/ws/code-tools/webrev/webrev.ksh (vers 25.17-hg+openjdk.java.net).