hotspot/src/share/vm/memory/defNewGeneration.inline.hpp
changeset 29701 f638fc81a3d0
parent 7397 5b173b4ca846
child 30173 13cf7580b000
equal deleted inserted replaced
29700:66239a99ec24 29701:f638fc81a3d0
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 2015, 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_MEMORY_DEFNEWGENERATION_INLINE_HPP
    25 #ifndef SHARE_VM_MEMORY_DEFNEWGENERATION_INLINE_HPP
    26 #define SHARE_VM_MEMORY_DEFNEWGENERATION_INLINE_HPP
    26 #define SHARE_VM_MEMORY_DEFNEWGENERATION_INLINE_HPP
    27 
    27 
       
    28 #include "gc_interface/collectedHeap.hpp"
    28 #include "memory/cardTableRS.hpp"
    29 #include "memory/cardTableRS.hpp"
    29 #include "memory/defNewGeneration.hpp"
    30 #include "memory/defNewGeneration.hpp"
       
    31 #include "memory/genOopClosures.inline.hpp"
    30 #include "memory/space.hpp"
    32 #include "memory/space.hpp"
    31 
    33 
    32 // Methods of protected closure types
    34 // Methods of protected closure types
    33 
    35 
    34 template <class T>
    36 template <class T>