JDK-8042158 : LambdaToMethod: consistent variable translation
  • Type: Sub-task
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-29
  • Updated: 2016-09-26
Related Reports
Relates :  
Relates :  
Description
The translation mechanism needs to be simplified and made consistent.
For example, the move from using the erasure of the sym.type to using transTypes.translate on the built tree needs to be carried forward to all translated symbols.