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

zero broken by removal of implicit oop to Handle conversions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4
    • None
    • 10
    • hotspot
    • None
    • generic
    • generic

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: