hg: jdk9/hs-comp/hotspot: 8039498: Add iterators to GrowableArray
albert.noll at oracle.com
albert.noll at oracle.com
Fri Apr 11 13:27:13 UTC 2014
Changeset: 758ec32bde1b
Author: anoll
Date: 2014-04-11 13:52 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/758ec32bde1b
8039498: Add iterators to GrowableArray
Summary: 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.
Reviewed-by: kvn, twisti
Contributed-by: Tobias Hartmann <tobias.hartmann at oracle.com>
! src/share/vm/utilities/growableArray.hpp
More information about the jdk9-hs-comp-changes
mailing list