hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp
changeset 25351 7c198a690050
parent 24424 2658d7834c6e
child 30147 af9a41999c6e
equal deleted inserted replaced
25350:6423a57e5451 25351:7c198a690050
    26 #include "gc_implementation/shared/ageTable.hpp"
    26 #include "gc_implementation/shared/ageTable.hpp"
    27 #include "gc_implementation/shared/gcPolicyCounters.hpp"
    27 #include "gc_implementation/shared/gcPolicyCounters.hpp"
    28 #include "memory/collectorPolicy.hpp"
    28 #include "memory/collectorPolicy.hpp"
    29 #include "memory/resourceArea.hpp"
    29 #include "memory/resourceArea.hpp"
    30 #include "memory/sharedHeap.hpp"
    30 #include "memory/sharedHeap.hpp"
       
    31 #include "runtime/atomic.inline.hpp"
    31 #include "utilities/copy.hpp"
    32 #include "utilities/copy.hpp"
    32 
    33 
    33 /* Copyright (c) 1992-2009 Oracle and/or its affiliates, and Stanford University.
    34 /* Copyright (c) 1992-2009 Oracle and/or its affiliates, and Stanford University.
    34    See the LICENSE file for license information. */
    35    See the LICENSE file for license information. */
    35 
    36