hotspot/src/share/vm/memory/oopFactory.hpp
changeset 8725 8c1e3dd5fe1b
parent 8337 ccb1f3acfe94
child 10566 630c177ec580
equal deleted inserted replaced
8724:693c6b883b54 8725:8c1e3dd5fe1b
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    70                                                     TRAPS);
    70                                                     TRAPS);
    71   static constantPoolCacheOop new_constantPoolCache(int length,
    71   static constantPoolCacheOop new_constantPoolCache(int length,
    72                                                     TRAPS);
    72                                                     TRAPS);
    73 
    73 
    74   // Instance classes
    74   // Instance classes
    75   static klassOop        new_instanceKlass(int vtable_len, int itable_len,
    75   static klassOop        new_instanceKlass(Symbol* name,
       
    76                                            int vtable_len, int itable_len,
    76                                            int static_field_size,
    77                                            int static_field_size,
    77                                            unsigned int nonstatic_oop_map_count,
    78                                            unsigned int nonstatic_oop_map_count,
    78                                            ReferenceType rt, TRAPS);
    79                                            ReferenceType rt, TRAPS);
    79 
    80 
    80   // Methods
    81   // Methods