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

[AArch64] nativeGotJump_at() missing call to verify().

    XMLWordPrintable

Details

    • b11
    • aarch64
    • generic

    Description

      Definition should include a call to verify().

      inline NativeGotJump* nativeGotJump_at(address addr) {
          NativeGotJump* jump = (NativeGotJump*)(addr);
       +DEBUG_ONLY(jump->verify());
          return jump;
      }

      Attachments

        Activity

          People

            phedlin Patric Hedlin (Inactive)
            phedlin Patric Hedlin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: