equal
deleted
inserted
replaced
25 #ifndef SHARE_VM_OOPS_OBJARRAYOOP_HPP |
25 #ifndef SHARE_VM_OOPS_OBJARRAYOOP_HPP |
26 #define SHARE_VM_OOPS_OBJARRAYOOP_HPP |
26 #define SHARE_VM_OOPS_OBJARRAYOOP_HPP |
27 |
27 |
28 #include "gc/shared/specialized_oop_closures.hpp" |
28 #include "gc/shared/specialized_oop_closures.hpp" |
29 #include "oops/arrayOop.hpp" |
29 #include "oops/arrayOop.hpp" |
|
30 #include "utilities/align.hpp" |
30 |
31 |
31 // An objArrayOop is an array containing oops. |
32 // An objArrayOop is an array containing oops. |
32 // Evaluating "String arg[10]" will create an objArrayOop. |
33 // Evaluating "String arg[10]" will create an objArrayOop. |
33 |
34 |
34 class objArrayOopDesc : public arrayOopDesc { |
35 class objArrayOopDesc : public arrayOopDesc { |