hotspot/src/share/vm/libadt/vectset.cpp
changeset 13195 be27e1b6a4b9
parent 10975 446510be531a
child 13963 e5b53c306fb5
--- a/hotspot/src/share/vm/libadt/vectset.cpp	Wed Jun 27 15:23:36 2012 +0200
+++ b/hotspot/src/share/vm/libadt/vectset.cpp	Thu Jun 28 17:03:16 2012 -0400
@@ -362,7 +362,7 @@
 };
 
 SetI_ *VectorSet::iterate(uint &elem) const {
-  return new(ResourceObj::C_HEAP) VSetI_(this, elem);
+  return new(ResourceObj::C_HEAP, mtInternal) VSetI_(this, elem);
 }
 
 //=============================================================================