src/share/vm/memory/oopFactory.cpp

changeset 2533
c5a923563727
parent 2314
f95d63e2154a
child 2537
55cc33cf55bc
     1.1 --- a/src/share/vm/memory/oopFactory.cpp	Thu Feb 03 20:49:09 2011 -0800
     1.2 +++ b/src/share/vm/memory/oopFactory.cpp	Mon Feb 07 22:19:57 2011 -0800
     1.3 @@ -111,10 +111,9 @@
     1.4  
     1.5  
     1.6  constantPoolCacheOop oopFactory::new_constantPoolCache(int length,
     1.7 -                                                       bool is_conc_safe,
     1.8                                                         TRAPS) {
     1.9    constantPoolCacheKlass* ck = constantPoolCacheKlass::cast(Universe::constantPoolCacheKlassObj());
    1.10 -  return ck->allocate(length, is_conc_safe, CHECK_NULL);
    1.11 +  return ck->allocate(length, CHECK_NULL);
    1.12  }
    1.13  
    1.14  

mercurial