hotspot/src/share/vm/oops/constantPool.cpp
changeset 33232 75e0112d3eb5
parent 33148 68fa8b6c4340
child 33625 18e7896ca9fe
--- a/hotspot/src/share/vm/oops/constantPool.cpp	Thu Oct 22 16:25:34 2015 -0700
+++ b/hotspot/src/share/vm/oops/constantPool.cpp	Mon Oct 26 17:13:40 2015 -0400
@@ -111,7 +111,7 @@
 // to map it back for resolving and some unlikely miscellaneous uses.
 // The objects created by invokedynamic are appended to this list.
 void ConstantPool::initialize_resolved_references(ClassLoaderData* loader_data,
-                                                  intStack reference_map,
+                                                  const intStack& reference_map,
                                                   int constant_pool_map_length,
                                                   TRAPS) {
   // Initialized the resolved object cache.