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

C2: Too many jvmpi_method_exit calls generated in server compiler

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • tbd
    • 1.4.0
    • vm-legacy
    • None
    • sparc
    • solaris_8

      This is reported by Cliff Click in bug 4425365 for C2 JVMPI:

      The call to make_jvmpi_method_exit forces a call to be inserted on
      every exit path from the method, including all exception exit paths.
      That's a lot of calls. Instead the call should be inserted once per
      method at the exception exit (and again at the normal exit).
      Look at the do_exits method and insert your make_jvmpi_method_exit there.

      cliff.click@eng 2001-03-15

            Unassigned Unassigned
            mchung Mandy Chung (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: