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

type profiled inlining should allow method holders to be a superclass

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0u8, 6
    • hotspot
    • None
    • b76
    • sparc
    • solaris_9

        This cutout in the inlining code is keeping us from taking advantage of the type profile information in cases where we could.

                if (receiver_method->holder() != ik) {
                  receiver_method = NULL;
                }

        It should be removed.

              never Tom Rodriguez
              never Tom Rodriguez
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: