JDK-8249834 : java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.util:collections
  • Affected Version: 11,15,16
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2020-07-22
  • Updated: 2025-04-09
  • Resolved: 2022-07-14
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 11 JDK 20
11.0.28-oracleFixed 20 b07Fixed
Related Reports
Relates :  
Relates :  
Description
java/util/ArrayList/Bug8146568.java and java/util/Vector/Bug8148174.java have '@ignore This test has huge memory requirements', canonically, @ignore should be followed by the id of the bug which describes the problem and will be used to eventually fix it.

note: the requirement of 17Gb memory should be expressed via '@requires os.maxMemory > 17G'. 
if a test execution time is too long for it to be run in regular/automated test execution, the more appropriate way to express this is '/manual' option which excludes a test from automated execution, yet still allows one to run it.
Comments
Changeset: dbab827b Author: Bill Huang <bill.w.huang@oracle.com> Committer: Jaikiran Pai <jpai@openjdk.org> Date: 2022-07-14 01:31:34 +0000 URL: https://git.openjdk.org/jdk/commit/dbab827bee5297c19b10f0923a962fe6c0ac5cbd
14-07-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9404 Date: 2022-07-06 21:19:51 +0000
06-07-2022