< prev index next >

src/hotspot/share/oops/typeArrayOop.hpp

Print this page

        

*** 25,35 **** #ifndef SHARE_VM_OOPS_TYPEARRAYOOP_HPP #define SHARE_VM_OOPS_TYPEARRAYOOP_HPP #include "oops/arrayOop.hpp" #include "oops/typeArrayKlass.hpp" - #include "runtime/orderAccess.inline.hpp" // A typeArrayOop is an array containing basic types (non oop elements). // It is used for arrays of {characters, singles, doubles, bytes, shorts, integers, longs} #include <limits.h> --- 25,34 ----
< prev index next >