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

C2: missing METHOD_EXIT events

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P4 P4
    • None
    • 1.4.0
    • vm-legacy
    • None
    • sparc
    • solaris_8

      There are some methods missing METHOD_EXIT events when running
      java -server -Xrunhprof:cpu=times on applications.

      So hprof outputs a lot of:
      HPROF ERROR: method on stack top != method exiting..

      method_entry and method_exit are not paired up.
      hprof received method_entry for one method but didn't receive
      method_exit for it; instead it receives a method_exit event
      for its caller.

      See 4489387 and 4491764 to reproduce the problem.

            mchung Mandy Chung
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: