diff -r c798c277ddd1 -r c5a923563727 src/share/vm/memory/oopFactory.cpp --- a/src/share/vm/memory/oopFactory.cpp Thu Feb 03 20:49:09 2011 -0800 +++ b/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); }