hotspot/src/share/vm/memory/universe.hpp
changeset 46448 b5350a83520b
parent 46380 4a51438196cf
child 46746 ea379ebb9447
equal deleted inserted replaced
46447:dbb55d89699c 46448:b5350a83520b
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_MEMORY_UNIVERSE_HPP
    25 #ifndef SHARE_VM_MEMORY_UNIVERSE_HPP
    26 #define SHARE_VM_MEMORY_UNIVERSE_HPP
    26 #define SHARE_VM_MEMORY_UNIVERSE_HPP
    27 
    27 
       
    28 #include "oops/array.hpp"
    28 #include "runtime/handles.hpp"
    29 #include "runtime/handles.hpp"
    29 #include "utilities/array.hpp"
       
    30 #include "utilities/growableArray.hpp"
    30 #include "utilities/growableArray.hpp"
    31 
    31 
    32 // Universe is a name space holding known system classes and objects in the VM.
    32 // Universe is a name space holding known system classes and objects in the VM.
    33 //
    33 //
    34 // Loaded classes are accessible through the SystemDictionary.
    34 // Loaded classes are accessible through the SystemDictionary.