src/share/vm/oops/arrayKlass.hpp

changeset 2439
d4fca0a6abde
parent 2314
f95d63e2154a
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/oops/arrayKlass.hpp	Mon Jan 10 18:46:29 2011 -0800
     1.2 +++ b/src/share/vm/oops/arrayKlass.hpp	Tue Jan 11 20:26:13 2011 -0800
     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 @@ -36,8 +36,8 @@
    1.11    friend class VMStructs;
    1.12   private:
    1.13    int      _dimension;         // This is n'th-dimensional array.
    1.14 -  klassOop _higher_dimension;  // Refers the (n+1)'th-dimensional array (if present).
    1.15 -  klassOop _lower_dimension;   // Refers the (n-1)'th-dimensional array (if present).
    1.16 +  volatile klassOop _higher_dimension;  // Refers the (n+1)'th-dimensional array (if present).
    1.17 +  volatile klassOop _lower_dimension;   // Refers the (n-1)'th-dimensional array (if present).
    1.18    int      _vtable_len;        // size of vtable for this klass
    1.19    juint    _alloc_size;        // allocation profiling support
    1.20    oop      _component_mirror;  // component type, as a java/lang/Class

mercurial