hotspot/src/share/vm/memory/oopFactory.cpp
changeset 8296 b1c2163e4e59
parent 7397 5b173b4ca846
child 8300 2cdc3e841b8e
--- a/hotspot/src/share/vm/memory/oopFactory.cpp	Thu Feb 03 20:49:09 2011 -0800
+++ b/hotspot/src/share/vm/memory/oopFactory.cpp	Mon Feb 07 22:19:57 2011 -0800
@@ -111,10 +111,9 @@
 
 
 constantPoolCacheOop oopFactory::new_constantPoolCache(int length,
-                                                       bool is_conc_safe,
                                                        TRAPS) {
   constantPoolCacheKlass* ck = constantPoolCacheKlass::cast(Universe::constantPoolCacheKlassObj());
-  return ck->allocate(length, is_conc_safe, CHECK_NULL);
+  return ck->allocate(length, CHECK_NULL);
 }