tiered may collect wrong receiver type at virtual call

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: hs25
    • Component/s: hotspot
    • b02

        With this class hierarchy:
            static class A {
                void m() {}
            }

            static class B extends A {
            }

        and this java code:
        A a
        a.m();

        the profile that is collected for the receiver is A if even a is really a B.

              Assignee:
              Roland Westrelin
              Reporter:
              Roland Westrelin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: