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

zero broken by removal of implicit oop to Handle conversions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 10
    • 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.

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

              Created:
              Updated:
              Resolved: