hotspot/src/share/vm/memory/oopFactory.hpp
changeset 8296 b1c2163e4e59
parent 8076 96d498ec7ae1
child 8300 2cdc3e841b8e
equal deleted inserted replaced
8295:a2b2a8a3aaee 8296:b1c2163e4e59
    67   // Constant pools
    67   // Constant pools
    68   static constantPoolOop      new_constantPool     (int length,
    68   static constantPoolOop      new_constantPool     (int length,
    69                                                     bool is_conc_safe,
    69                                                     bool is_conc_safe,
    70                                                     TRAPS);
    70                                                     TRAPS);
    71   static constantPoolCacheOop new_constantPoolCache(int length,
    71   static constantPoolCacheOop new_constantPoolCache(int length,
    72                                                     bool is_conc_safe,
       
    73                                                     TRAPS);
    72                                                     TRAPS);
    74 
    73 
    75   // Instance classes
    74   // Instance classes
    76   static klassOop        new_instanceKlass(int vtable_len, int itable_len,
    75   static klassOop        new_instanceKlass(int vtable_len, int itable_len,
    77                                            int static_field_size,
    76                                            int static_field_size,