src/share/vm/memory/oopFactory.hpp

changeset 3701
49036505ab5f
parent 3157
a92cdbac8b9e
child 3741
8bafad97cd26
     1.1 --- a/src/share/vm/memory/oopFactory.hpp	Sun Mar 25 18:08:52 2012 -0400
     1.2 +++ b/src/share/vm/memory/oopFactory.hpp	Thu Mar 29 22:18:56 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -77,6 +77,7 @@
    1.11                                             int vtable_len, int itable_len,
    1.12                                             int static_field_size,
    1.13                                             unsigned int nonstatic_oop_map_count,
    1.14 +                                           AccessFlags access_flags,
    1.15                                             ReferenceType rt, TRAPS);
    1.16  
    1.17    // Methods

mercurial