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
8246097: Shenandoah: limit parallelism in CLDG root handling
Reviewed-by: zgu
- Loading branch information
Showing
with
65 additions
and 17 deletions.
- +2 −2 src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
- +13 −11 src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp
- +10 −1 src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp
- +6 −3 src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.inline.hpp
- +34 −0 src/hotspot/share/gc/shenandoah/shenandoahSharedVariables.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