[JVMCI] don't erase array types to Object when looking up methods in constant pool

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot

      When looking up methods in the constant pool during eager resolution JVMCI replaces array types with Object but this breaks resolving of [].clone since Object.clone isn't public but [].clone is.

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

              Created:
              Updated:
              Resolved: