Code Review for jdkHEAD

Prepared by:manc on Thu Nov 15 23:32:04 PST 2018
Workspace:/usr/local/google/home/manc/ws/jdkHEAD
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version:52581
Summary of changes: 443 lines changed: 279 ins; 140 del; 24 mod; 13670 unchg
Changeset: jdkHEAD.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 52582 : 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; 8086 unchg

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

rev 52582 : 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 52582 : 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 52582 : 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; 763 unchg

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

rev 52582 : 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: 89 ins; 115 del; 13 mod; 506 unchg

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

rev 52582 : 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; 481 unchg

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

rev 52582 : 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:
100 lines changed: 100 ins; 0 del; 0 mod; 0 unchg

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

rev 52582 : 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:
86 lines changed: 86 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).