Remove arrayOop.inline.hpp

XMLWordPrintable

    • b01

      This header file has only one small function, which can safely be defined inside arrayOop.hpp. So there's no need for a separate arrayOop.inline.hpp.

      void* arrayOopDesc::base(BasicType type) const {
        return reinterpret_cast<void*>(cast_from_oop<intptr_t>(as_oop()) + base_offset_in_bytes(type));
      }

            Assignee:
            Ioi Lam
            Reporter:
            Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: