JDK-8148174 : NegativeArraySizeException in Vector.grow(int)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-01-25
  • Updated: 2020-07-22
  • Resolved: 2016-01-27
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 b104Fixed
Related Reports
Relates :  
Relates :  
Description
Vector has the same bug as ArrayList reported and fixed in
JDK-8146568
NegativeArraySizeException in ArrayList.grow(int)
Comments
Port of fix for ArrayList
25-01-2016