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

NEWHPROF: Delay GetLineNumberTable work til dump and cache lookups

XMLWordPrintable

    • b46
    • generic
    • generic


      Need to improve this part of cpu=samples;

      - For each JVMTI frame (likely 6 in the default case)
            - create a frame table element which is a jmethodID and a line number
                But to get the line number it has to convert a byte code
                   offset to a line, and must call JVMTI GetLineNumberTable() and search the table.
                best if this happens at the end of processing, before traces are dumped.
      Once all the frames are created a unique hprof trace entry is created or found
      ###@###.### 2004-03-12

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: