type profiled inlining should allow method holders to be a superclass

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 6
    • Affects Version/s: 5.0u8, 6
    • Component/s: 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.

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: