JDK-6876684 : Generalize is_scavengable() interface in CollectedHeap (and rename).
Type:Enhancement
Component:hotspot
Sub-Component:gc
Affected Version:7
Priority:P4
Status:Closed
Resolution:Not an Issue
OS:generic
CPU:generic
Submitted:2009-08-27
Updated:2020-09-24
Resolved:2020-09-24
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The addition of the is_scavengable() interface for 6863023 is correct but the
CollectedHeap class is not generational so the concept of "scavengable" does
not logically fit.