JDK-8132715 : Add tests which check that no allocations allowed in any of humongous regions
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-07-30
  • Updated: 2016-07-21
  • Resolved: 2016-06-29
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.
JDK 9
9 b128Fixed
Related Reports
Relates :  
Description
Humongous objects always take up a number of regions. If humongous object is smaller than one region it takes up the whole region. If a humongous object is larger than N regions and smaller than (N+1) regions it takes up (N+1) regions. No allocations are allowed in the free space (if any) of the last region.
Comments
Due date for push to jdk9/hs: 2016.07.08
28-06-2016

FC Extension Request Justification: follow-up test development for Humongous objects filed after JEP 278 (JDK-8139889) Risk: very low, test only changes Remaining work: review Due date: in 1.5w
15-06-2016