hotspot/src/share/vm/gc_implementation/parNew/parOopClosures.hpp
changeset 19285 0a3b3f115402
parent 13728 882756847a04
equal deleted inserted replaced
19265:df22e7139250 19285:0a3b3f115402
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2013, 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.
    24 
    24 
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PAROOPCLOSURES_HPP
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_PARNEW_PAROOPCLOSURES_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PAROOPCLOSURES_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_PARNEW_PAROOPCLOSURES_HPP
    27 
    27 
    28 #include "memory/genOopClosures.hpp"
    28 #include "memory/genOopClosures.hpp"
       
    29 #include "memory/padded.hpp"
    29 
    30 
    30 // Closures for ParNewGeneration
    31 // Closures for ParNewGeneration
    31 
    32 
    32 class ParScanThreadState;
    33 class ParScanThreadState;
    33 class ParNewGeneration;
    34 class ParNewGeneration;