< prev index next >

src/share/vm/oops/objArrayOop.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 23,33 **** */ #ifndef SHARE_VM_OOPS_OBJARRAYOOP_HPP #define SHARE_VM_OOPS_OBJARRAYOOP_HPP ! #include "memory/specialized_oop_closures.hpp" #include "oops/arrayOop.hpp" // An objArrayOop is an array containing oops. // Evaluating "String arg[10]" will create an objArrayOop. --- 23,33 ---- */ #ifndef SHARE_VM_OOPS_OBJARRAYOOP_HPP #define SHARE_VM_OOPS_OBJARRAYOOP_HPP ! #include "gc/shared/specialized_oop_closures.hpp" #include "oops/arrayOop.hpp" // An objArrayOop is an array containing oops. // Evaluating "String arg[10]" will create an objArrayOop.
< prev index next >