[JVMCI] pass Handle by value

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 9
    • Affects Version/s: None
    • Component/s: hotspot
    • b96

      From handles.hpp:
      // A handle is a ValueObj, so it can be passed around as a value, can
      // be used as a parameter w/o using &-passing, and can be returned as a
      // return value.

      In the jvmci code, there are a few functions that use &-passing for Handle. This should be converted to by-value-passing.

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

              Created:
              Updated:
              Resolved: