-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 20
-
Component/s: hotspot
-
b14
`PSParallelCompact::invoke` contains unused variables that can be removed.
```
GCCause::Cause gc_cause = heap->gc_cause();
...
PSAdaptiveSizePolicy* policy = heap->size_policy();
```
```
GCCause::Cause gc_cause = heap->gc_cause();
...
PSAdaptiveSizePolicy* policy = heap->size_policy();
```