Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8258018

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));
      }

            iklam Ioi Lam
            iklam Ioi Lam
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: