JDK-8328862 : Remove unused GrowableArrayFilterIterator
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-03-24
  • Updated: 2024-03-28
  • Resolved: 2024-03-25
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 23
23 b16Fixed
Related Reports
Relates :  
Relates :  
Description
The class GrowableArrayFilterIterator is unused, so can be removed.

Comments
Changeset: acc4a828 Author: Kim Barrett <kbarrett@openjdk.org> Date: 2024-03-25 07:07:47 +0000 URL: https://git.openjdk.org/jdk/commit/acc4a828184bd2838a5c0b572f404aa1edaf59e2
25-03-2024

Just for completeness this code was added by JDK-8039498, but despite the motivating comments, it did not get used by JDK-8015774. It is unclear if it was ever used.
25-03-2024

Right, I think my initial version of JDK-8015774 still used it but the usages were removed in a later version. Thanks for cleaning this up!
25-03-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18466 Date: 2024-03-25 00:22:45 +0000
25-03-2024