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

Remove error generation from TransTypes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • None
    • tools
    • None
    • b16

        TransTypes report user-facing errors in two conditions:

        1) if there's a clash between bridge methods and user defined methods
        2) if there's an actual/formal argument arity mismatch due to compiling sig poly methods with -target 6

        Now, (1) is no longer an issue since we started carrying out override checks in Attr (see JDK-7007615); for (2) I believe a better fix for JDK-8013179 would be to eliminate much of the special casing associated to sig poly methods.

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

                Created:
                Updated:
                Resolved: