On Feb 16, 2015, at 10:33 PM, Staffan Larsen <staffan.lar...@oracle.com> wrote:
> 
> The first shot at fixing this bug was to filter out ACC_SYNTHETIC. The 
> drawback was that the actual lambda method are marked ACC_SYNTHETIC, so that 
> filtered too much.

OTOH it seems odd to filter out the actual interface method. 

Ideally the back trace should show the name of the interface method and the 
implementation code of the lambda. 

This information is divided between the two frames in question. 

Reply via email to