JDK-8039498 : Add iterators to GrowableArray
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-08
  • Updated: 2024-03-25
  • Resolved: 2014-04-11
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 8 JDK 9
8u40Fixed 9 b11Fixed
Related Reports
Relates :  
Relates :  
Description
To simplify the management of multiple code heaps in the code cache (see JDK-8015774), STL-style iterator capability is added to the GrowableArray. Further, custom iterators allow to only iterate over elements that satisfy a given predicate.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/758ec32bde1b User: lana Date: 2014-04-30 20:10:03 +0000
30-04-2014

URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/758ec32bde1b User: anoll Date: 2014-04-11 13:27:13 +0000
11-04-2014