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

Remove arrayOop.inline.hpp

    XMLWordPrintable

Details

    • b01

    Description

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: