src/hotspot/share/gc/parallel/psOldGen.hpp
changeset 53244 9807daeb47c4
parent 50800 6da12aa23b88
child 57662 f81dbe27a7b1
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2019, 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.
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
    25 #ifndef SHARE_GC_PARALLEL_PSOLDGEN_HPP
    26 #define SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
    26 #define SHARE_GC_PARALLEL_PSOLDGEN_HPP
    27 
    27 
    28 #include "gc/parallel/mutableSpace.hpp"
    28 #include "gc/parallel/mutableSpace.hpp"
    29 #include "gc/parallel/objectStartArray.hpp"
    29 #include "gc/parallel/objectStartArray.hpp"
    30 #include "gc/parallel/psGenerationCounters.hpp"
    30 #include "gc/parallel/psGenerationCounters.hpp"
    31 #include "gc/parallel/psVirtualspace.hpp"
    31 #include "gc/parallel/psVirtualspace.hpp"
   221   // Debugging support
   221   // Debugging support
   222   // Save the tops of all spaces for later use during mangling.
   222   // Save the tops of all spaces for later use during mangling.
   223   void record_spaces_top() PRODUCT_RETURN;
   223   void record_spaces_top() PRODUCT_RETURN;
   224 };
   224 };
   225 
   225 
   226 #endif // SHARE_VM_GC_PARALLEL_PSOLDGEN_HPP
   226 #endif // SHARE_GC_PARALLEL_PSOLDGEN_HPP