Code Review for jdk-jdk

Prepared by:shade on Mon May 11 14:08:34 CEST 2020
Workspace:/home/shade/trunks/jdk-jdk
Compare against: ssh://hg.openjdk.java.net/jdk/jdk
Compare against version:8244730
Summary of changes: 27 lines changed: 9 ins; 9 del; 9 mod; 6390 unchg
Patch of changes: jdk-jdk.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 737 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 1079 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 1252 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAdaptiveHeuristics.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 52 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahAggressiveHeuristics.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 50 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahCompactHeuristics.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 46 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahPassiveHeuristics.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 50 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahStaticHeuristics.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 48 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahBarrierSet.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
1 line changed: 0 ins; 0 del; 1 mod; 218 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 646 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahMarkCompact.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 1019 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 303 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.inline.hpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 287 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/shenandoahUtils.cpp

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 167 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.cpp (was src/hotspot/share/gc/shenandoah/shenandoahHeuristics.cpp)

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
2 lines changed: 1 ins; 1 del; 0 mod; 301 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/hotspot/share/gc/shenandoah/heuristics/shenandoahHeuristics.hpp (was src/hotspot/share/gc/shenandoah/shenandoahHeuristics.hpp)

rev 59233 : 8244732: Shenandoah: move heuristics code to gc/shenandoah/heuristics
Reviewed-by: XXX
3 lines changed: 0 ins; 0 del; 3 mod; 135 unchg

This code review page was prepared using /home/shade/trunks/webrev/webrev.ksh (vers 25.16-hg+openjdk.java.net).