zero broken by removal of implicit oop to Handle conversions

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 10
    • Component/s: hotspot
    • None
    • generic
    • generic

      JDK-8169881 removed the implicit conversion from oop -> Handle. A consequence of this is that Handle::operator=(const Handle&) is no longer applicable to an oop argument. There is code in bytecodeInterpreter.cpp (only used by zero) that attempts to assign an oop to a handle, and fails to compile because of that change.

      There might be other zero-specific places with a similar problem; bytecodeInterpreter.cpp is just the first one I encountered when attempting to do a zero build.

            Assignee:
            Unassigned
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: