hotspot/src/share/vm/memory/oopFactory.cpp
changeset 8296 b1c2163e4e59
parent 7397 5b173b4ca846
child 8300 2cdc3e841b8e
equal deleted inserted replaced
8295:a2b2a8a3aaee 8296:b1c2163e4e59
   109   return ck->allocate(length, is_conc_safe, CHECK_NULL);
   109   return ck->allocate(length, is_conc_safe, CHECK_NULL);
   110 }
   110 }
   111 
   111 
   112 
   112 
   113 constantPoolCacheOop oopFactory::new_constantPoolCache(int length,
   113 constantPoolCacheOop oopFactory::new_constantPoolCache(int length,
   114                                                        bool is_conc_safe,
       
   115                                                        TRAPS) {
   114                                                        TRAPS) {
   116   constantPoolCacheKlass* ck = constantPoolCacheKlass::cast(Universe::constantPoolCacheKlassObj());
   115   constantPoolCacheKlass* ck = constantPoolCacheKlass::cast(Universe::constantPoolCacheKlassObj());
   117   return ck->allocate(length, is_conc_safe, CHECK_NULL);
   116   return ck->allocate(length, CHECK_NULL);
   118 }
   117 }
   119 
   118 
   120 
   119 
   121 klassOop oopFactory::new_instanceKlass(int vtable_len, int itable_len,
   120 klassOop oopFactory::new_instanceKlass(int vtable_len, int itable_len,
   122                                        int static_field_size,
   121                                        int static_field_size,