JDK-8078023 : verify_no_cset_oops found reclaimed humongous object in SATB buffer
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-04-17
  • Updated: 2016-04-19
  • Resolved: 2015-04-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.
JDK 8 JDK 9
8u60Fixed 9 b64Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Relates :  
Relates :  
Description
During an evacuation pause there are several points where the contents of the SATB buffers (along with other data structures not relevant here) are examined to verify they don't contain objects that are in the collection set. The introduction of eager reclaim of humongous objects may result in violations of the "invariant" being checked, when applied to the SATB buffers, because those buffers are not being scrubbed of the reclaimed humongous objects.

Comments
ILW = High (crash), Medium (happens occasionally), Medium (turn off eager reclaim) = P2
17-04-2015