Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emit bridge method forwarders with BRIDGE flag #7035

Merged
merged 1 commit into from Aug 21, 2018

Commits on Aug 20, 2018

  1. [nomerge] Emit bridge method forwarders with BRIDGE flag

    Fixes scala/bug#11061
    Ref scala/bug#10812
    
    On 2.13.x branch scala#6531 removed the mirror class forwarders for bridge methods. I would like to do same in 2.12.x since Java 11-ea started to find them ambiguous as seen in akka/akka#25449 / scala/bug#11061.
    
    To keep binary compatibility, I am still emitting the forwarders for bridge methods, but with `ACC_BRIDGE` flag.
    eed3si9n committed Aug 20, 2018
    Copy the full SHA
    0763168 View commit details
    Browse the repository at this point in the history