This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8262185: G1: Prune collection set candidates early
Reviewed-by: iwalulya, sjohanss, ayang
- Loading branch information
Showing
with
113 additions
and 22 deletions.
- +30 −1 src/hotspot/share/gc/g1/g1CollectionSetCandidates.cpp
- +7 −1 src/hotspot/share/gc/g1/g1CollectionSetCandidates.hpp
- +56 −1 src/hotspot/share/gc/g1/g1CollectionSetChooser.cpp
- +6 −1 src/hotspot/share/gc/g1/g1CollectionSetChooser.hpp
- +10 −16 src/hotspot/share/gc/g1/g1Policy.cpp
- +4 −2 src/hotspot/share/gc/g1/g1Policy.hpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters