hg: jdk8u/hs-dev/hotspot: 2 new changesets

morris.meyer at oracle.com morris.meyer at oracle.com
Tue Aug 12 23:22:59 UTC 2014


Changeset: 46bbe04d1cad
Author:    anoll
Date:      2014-04-11 13:52 +0200
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/46bbe04d1cad

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

Changeset: f5b4600d7368
Author:    morris
Date:      2014-08-12 22:29 +0000
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/f5b4600d7368

Merge




More information about the jdk8u-hs-changes mailing list