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

Convert proxy class to use constant dynamic

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 14
    • core-libs
    • None

      Remi's suggestion: (see https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-August/061923.html )

      Proxy class computes all declared methods and stores them as static final fields. It can replace these static field initialization with constant dynamic.

      The idea is that a ldc on a constant dynamic with bootstrap method that takes a MethodHandle as parameter (as boostrap argument) can return the corresponding Method by using Lookup.revealDirect + reflectAs.

            asotona Adam Sotona
            mchung Mandy Chung (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: