src/share/vm/memory/permGen.hpp

changeset 2314
f95d63e2154a
parent 2194
e41cd7fd68a6
child 3900
d2a62e0f25eb
     1.1 --- a/src/share/vm/memory/permGen.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/memory/permGen.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,16 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_MEMORY_PERMGEN_HPP
     1.8 +#define SHARE_VM_MEMORY_PERMGEN_HPP
     1.9 +
    1.10 +#include "gc_interface/gcCause.hpp"
    1.11 +#include "memory/generation.hpp"
    1.12 +#include "memory/iterator.hpp"
    1.13 +#include "runtime/handles.hpp"
    1.14 +#include "runtime/mutexLocker.hpp"
    1.15 +#include "runtime/virtualspace.hpp"
    1.16 +
    1.17  // All heaps contains a "permanent generation," containing permanent
    1.18  // (reflective) objects.  This is like a regular generation in some ways,
    1.19  // but unlike one in others, and so is split apart.
    1.20 @@ -84,3 +94,5 @@
    1.21      g->update_counters();
    1.22    }
    1.23  };
    1.24 +
    1.25 +#endif // SHARE_VM_MEMORY_PERMGEN_HPP

mercurial