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

ARM32: missing os::fetch_bcp_from_context implementation

XMLWordPrintable

    • arm
    • linux

      Since JDK-8352251 (JEP 518: JFR Cooperative Sampling), jfrSampleRequest calls os::fetch_bcp_from_context(). On ARM32 port it is still Unimplemented(). It should read the corresponding field from uc_mcontext and return the BCP value.

       intptr_t* os::fetch_bcp_from_context(const void* ucVoid) {
        Unimplemented();
        return nullptr;
       }

            bulasevich Boris Ulasevich
            bulasevich Boris Ulasevich
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: