hotspot/src/share/vm/memory/tenuredGeneration.cpp
changeset 13466 9fdf353d5f4c
parent 13195 be27e1b6a4b9
child 15091 826cff1f58f5
equal deleted inserted replaced
13390:5aeebe19c1ac 13466:9fdf353d5f4c
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2012, 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.
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "gc_implementation/parNew/parGCAllocBuffer.hpp"
       
    27 #include "gc_implementation/shared/collectorCounters.hpp"
    26 #include "gc_implementation/shared/collectorCounters.hpp"
       
    27 #include "gc_implementation/shared/parGCAllocBuffer.hpp"
    28 #include "memory/allocation.inline.hpp"
    28 #include "memory/allocation.inline.hpp"
    29 #include "memory/blockOffsetTable.inline.hpp"
    29 #include "memory/blockOffsetTable.inline.hpp"
    30 #include "memory/generation.inline.hpp"
    30 #include "memory/generation.inline.hpp"
    31 #include "memory/generationSpec.hpp"
    31 #include "memory/generationSpec.hpp"
    32 #include "memory/space.hpp"
    32 #include "memory/space.hpp"