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

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

XMLWordPrintable

    • b11
    • aarch64
    • generic

      Definition should include a call to verify().

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

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

              Created:
              Updated:
              Resolved: