hotspot/src/share/vm/services/psMemoryPool.hpp
changeset 30764 fec48bf5a827
parent 22234 da823d78ad65
child 32623 390a27af5657
equal deleted inserted replaced
30614:e45861098f5a 30764:fec48bf5a827
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 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.
    25 #ifndef SHARE_VM_SERVICES_PSMEMORYPOOL_HPP
    25 #ifndef SHARE_VM_SERVICES_PSMEMORYPOOL_HPP
    26 #define SHARE_VM_SERVICES_PSMEMORYPOOL_HPP
    26 #define SHARE_VM_SERVICES_PSMEMORYPOOL_HPP
    27 
    27 
    28 #include "utilities/macros.hpp"
    28 #include "utilities/macros.hpp"
    29 #if INCLUDE_ALL_GCS
    29 #if INCLUDE_ALL_GCS
    30 #include "gc_implementation/parallelScavenge/psOldGen.hpp"
    30 #include "gc/parallel/mutableSpace.hpp"
    31 #include "gc_implementation/parallelScavenge/psYoungGen.hpp"
    31 #include "gc/parallel/psOldGen.hpp"
    32 #include "gc_implementation/shared/mutableSpace.hpp"
    32 #include "gc/parallel/psYoungGen.hpp"
    33 #include "memory/defNewGeneration.hpp"
    33 #include "gc/serial/defNewGeneration.hpp"
       
    34 #include "gc/shared/space.hpp"
    34 #include "memory/heap.hpp"
    35 #include "memory/heap.hpp"
    35 #include "memory/space.hpp"
       
    36 #include "services/memoryPool.hpp"
    36 #include "services/memoryPool.hpp"
    37 #include "services/memoryUsage.hpp"
    37 #include "services/memoryUsage.hpp"
    38 #endif // INCLUDE_ALL_GCS
    38 #endif // INCLUDE_ALL_GCS
    39 
    39 
    40 class PSGenerationPool : public CollectedMemoryPool {
    40 class PSGenerationPool : public CollectedMemoryPool {