src/hotspot/share/gc/parallel/psScavenge.inline.hpp
changeset 49164 7e958a8ebcd3
parent 47580 96392e113a0a
child 49592 77fb0be7d19f
equal deleted inserted replaced
49163:580bb0b85f63 49164:7e958a8ebcd3
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, 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.
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP
    25 #ifndef SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP
    26 #define SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP
    26 #define SHARE_VM_GC_PARALLEL_PSSCAVENGE_INLINE_HPP
    27 
    27 
    28 #include "gc/parallel/cardTableExtension.hpp"
       
    29 #include "gc/parallel/parallelScavengeHeap.hpp"
    28 #include "gc/parallel/parallelScavengeHeap.hpp"
    30 #include "gc/parallel/psPromotionManager.inline.hpp"
    29 #include "gc/parallel/psPromotionManager.inline.hpp"
    31 #include "gc/parallel/psScavenge.hpp"
    30 #include "gc/parallel/psScavenge.hpp"
    32 #include "logging/log.hpp"
    31 #include "logging/log.hpp"
    33 #include "memory/iterator.hpp"
    32 #include "memory/iterator.hpp"