src/share/vm/memory/universe.hpp

changeset 2314
f95d63e2154a
parent 2268
3b2dea75431e
child 2497
3582bf76420e
     1.1 --- a/src/share/vm/memory/universe.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/memory/universe.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,6 +22,12 @@
     1.4   *
     1.5   */
     1.6  
     1.7 +#ifndef SHARE_VM_MEMORY_UNIVERSE_HPP
     1.8 +#define SHARE_VM_MEMORY_UNIVERSE_HPP
     1.9 +
    1.10 +#include "runtime/handles.hpp"
    1.11 +#include "utilities/growableArray.hpp"
    1.12 +
    1.13  // Universe is a name space holding known system classes and objects in the VM.
    1.14  //
    1.15  // Loaded classes are accessible through the SystemDictionary.
    1.16 @@ -461,3 +467,5 @@
    1.17      size_t bytesize() { return _bytesize; }
    1.18      oop    get_oop()  { return _oop; }
    1.19  };
    1.20 +
    1.21 +#endif // SHARE_VM_MEMORY_UNIVERSE_HPP

mercurial