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

[JVMCI] pass Handle by value

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: