src/share/vm/oops/instanceKlassKlass.hpp

changeset 2658
c7f3d0b4570f
parent 2314
f95d63e2154a
child 3701
49036505ab5f
     1.1 --- a/src/share/vm/oops/instanceKlassKlass.hpp	Fri Mar 18 15:52:42 2011 -0700
     1.2 +++ b/src/share/vm/oops/instanceKlassKlass.hpp	Fri Mar 18 16:00:34 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -41,7 +41,8 @@
    1.11    // Allocation
    1.12    DEFINE_ALLOCATE_PERMANENT(instanceKlassKlass);
    1.13    static klassOop create_klass(TRAPS);
    1.14 -  klassOop allocate_instance_klass(int vtable_len,
    1.15 +  klassOop allocate_instance_klass(Symbol* name,
    1.16 +                                   int vtable_len,
    1.17                                     int itable_len,
    1.18                                     int static_field_size,
    1.19                                     unsigned int nonstatic_oop_map_count,

mercurial