Blocks :
|
|
Relates :
|
|
Relates :
|
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.
|