JDK-6665445 : Backout change to CardTableModRefBS::resize_covered_region()
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2008-02-20
  • Updated: 2010-04-02
  • Resolved: 2009-02-03
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
hs12Resolved
Related Reports
Duplicate :  
Description
Backout a change putback with the fix for 6624765.  That change cause nightly testing
regressions.

Comments
EVALUATION Backing out this change eliminates the nightly testing failure from the Compact_Array test. It is anticipated that it will also eliminate the similar failures in nightly testing seen since the putback of 6624765.
20-02-2008

SUGGESTED FIX Backout this change. ------- cardTableModRefBS.cpp ------- 260c260 < jbyte* const end = (jbyte*) new_end_for_commit; --- > jbyte* const end = byte_after(new_region.last());
20-02-2008