-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: hotspot
-
b16
In `PSRootsClosure`:
```
// We never card mark roots, maybe call a func without test?
```
Because roots are known to be off-heap, we can skip the card-marking inside `PSPromotionManager::copy_and_push_safe_barrier`.
```
// We never card mark roots, maybe call a func without test?
```
Because roots are known to be off-heap, we can skip the card-marking inside `PSPromotionManager::copy_and_push_safe_barrier`.