JDK-8204337 : Test case for JDK-8202049: G1: ReferenceProcessor doesn't handle mark stack overflow
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-06-05
  • Updated: 2023-12-19
  • Resolved: 2023-12-19
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
tbdResolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Create a test case for a mark stack overflow during reference processing in the Remark pause has been considered too hard and too time consuming to include for JDK-8202049 in JDK11.

Try to create one.
Comments
Test added to the fix of JDK-8280087
19-12-2023

The related JDK-8280029 provides a test case (on x86_32 only, but I assume that the same can be achieved on 64 bits with a small enough MarkStackSize value)
17-01-2022