JDK-8073288 : Early reclaim non-objArray humongous objects with references
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P5
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2015-02-16
  • Updated: 2020-01-22
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.

To download the current JDK release, click here.
Other
tbdUnresolved
Related Reports
Relates :  
Relates :  
Description
JDK-8027959 introduced early reclaim, that has been extended to various kinds of humongous objects in different CRs.

All but non-objArray humongous objects are handled in those CRs. We might want to add functionality to add support for these. They might be generated in some cases of automatic code generation.

Basically early reclaim should work similar to objArray humongous objects, see JDK-8048180 .
Comments
The other is about objArrays, this is about humongous "normal" objects. They may be treated differently and have different reason why they are (not) handled by eager reclaim.
22-01-2020

I don't understand the difference between this CR and JDK-8048180, are they duplicates?
22-01-2020

Make P5 because such objects are likely extremely rare.
16-02-2015