ScavengeRootsInCode is always set to either 1 or 2. 0 isn't a supported option anymore.
By cleaning this out we can simplify the code and also get rid of one usage of CollectedHeap::is_scavengable().
This RFE can be seen as one part of JDK-8144954.
By cleaning this out we can simplify the code and also get rid of one usage of CollectedHeap::is_scavengable().
This RFE can be seen as one part of JDK-8144954.
- relates to
-
JDK-8144954 Update supported range for ScavengeRootsInCode
- Open