Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903056

perfasm can report wrong stub name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None
    • jmh

      See this comment for an example:

      https://github.com/openjdk/panama-foreign/pull/610#issuecomment-963026304

      The hottest method list includes StubRoutines::updateBytesAdler32 but it has been misattributed: these instructions are actually in optimized_upcall_stub which isn't listed with the -XX:+PrintStubCode output (nor is it prefixed with StubRoutines::). There are actually quite a few stubs like this: if any of them appear in the perfasm output they will be labelled with with the last stub successfully parsed.

            ngasson Nick Gasson
            ngasson Nick Gasson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: