Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7115044 Umbrella: Add support for lambda expressions
  3. JDK-8005244

Implement overload resolution as per latest spec EDR

XMLWordPrintable

    • b75
    • Verified

      The latest lambda spec has several changes involving overload resolution:

      *) new 'provisonally applicable' step before ordinary applicability check (used for stuck arguments)
      *) new structural most specific routine
      *) lambda and method references are always type-checked using the loose compatibility context

      Javac should be modified to reflect that.

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

              Created:
              Updated:
              Resolved: