JDK-2173580 : Signed integer overflow in growable array code causes JVM crash
  • Type: Backport
  • Backport of: JDK-6806226
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2009-02-25
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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
hs14 b12Fixed
Comments
EVALUATION The error comes from an signed integer overflows as the description says. Do the integer calculation using unsigned integers to avoid the overflow.
25-02-2009