equal
deleted
inserted
replaced
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. |