< prev index next >

src/share/vm/oops/objArrayOop.hpp

Print this page
rev 8362 : [mq]: hotspot

@@ -23,11 +23,11 @@
  */
 
 #ifndef SHARE_VM_OOPS_OBJARRAYOOP_HPP
 #define SHARE_VM_OOPS_OBJARRAYOOP_HPP
 
-#include "memory/specialized_oop_closures.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 >