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

Flatten Reference hierarchy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • repo-panama
    • repo-panama
    • tools

      The Reference interface allows to retrieve getter/setter MH that are used in pointer dereference operations. Although the signature of the MHs is static ('receiver' pointer is passed as first arg), the code doesn't use static MH as much as it could (mostly in an attempt to avoid code duplication).

      This makes this code harder to optimize for the JIT.

            mcimadamore Maurizio Cimadamore
            mcimadamore Maurizio Cimadamore
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: