.hgignore

Thu, 11 Jul 2013 14:07:39 +0100

author
mcimadamore
date
Thu, 11 Jul 2013 14:07:39 +0100
changeset 1882
39ec5d8a691b
parent 1223
f3743b82945e
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
8020010: Move lambda bridge creation from metafactory and VM to compiler
Summary: langtools/javac component of the bridge support and MethodType vs. MethodHandle changes.
Reviewed-by: jjg, vromero, briangoetz, forax
Contributed-by: robert.field@oracle.com

duke@1 1 ^build/
duke@1 2 ^dist/
ohair@446 3 /nbproject/private/
ohair@976 4 ^.hgtip
michaelm@1223 5 .DS_Store

mercurial