Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8020010 Move lambda bridge creation from metafactory and VM to compiler
  3. JDK-8015402

Lambda metafactory should not attempt to generate bridge methods

XMLWordPrintable

    • b96
    • unknown
    • Verified

      As part of JDK-8013789, responsibility for bridge methods moves to the static compiler. The metafactory should stop trying to guess which bridge methods to wire, and only wire the methods that have been requested by the compiler.

      In turn, this requires a slight modification ot the API of the alternate metafacory, where the compiler can provide an optional list of method signatures to bridge.

            rfield Robert Field (Inactive)
            briangoetz Brian Goetz
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: