[JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value

XMLWordPrintable

    • b24

        The way unsigned 16-bit values for HotSpotResolvedJavaFieldImpl.index are handled by HotSpotResolvedJavaFieldImpl.getIndex() is wrong. It is passed into the constructor as an int, and returned by getIndex as an int - but it is stored as a short. Which means that unsigned 16-bit values are not handled correctly.

              Assignee:
              Douglas Simon
              Reporter:
              Douglas Simon
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: