Code Review for jdkHeadOpen

Prepared by:manc on Tue Jan 15 18:12:14 PST 2019
Workspace:/usr/local/google/home/manc/ws/jdkHeadOpen
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:53340
Summary of changes: 468 lines changed: 287 ins; 148 del; 33 mod; 14952 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 53341 : 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; 8142 unchg

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

rev 53341 : 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 53341 : 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; 209 unchg

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

rev 53341 : 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; 671 unchg

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

rev 53341 : 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; 3164 unchg

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

rev 53341 : 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; 761 unchg

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

rev 53341 : 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:
218 lines changed: 88 ins; 117 del; 13 mod; 377 unchg

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

rev 53341 : 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 53341 : 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 53341 : 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:
5 lines changed: 5 ins; 0 del; 0 mod; 74 unchg

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

rev 53341 : 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; 0 del; 2 mod; 845 unchg

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

rev 53341 : 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 53341 : 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).