jdk-24/langtools/test/tools/javac/lambda/methodReference
Robert Field d3d1da337a 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

Langtools/javac component of the bridge support and MethodType vs. MethodHandle changes.

Reviewed-by: jjg, vromero, briangoetz, forax
2013-07-11 14:07:39 +01:00
..
BridgeMethod.java 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle 2013-07-11 14:07:39 +01:00
MethodRef1.java 8004101: Add checks for method reference well-formedness 2012-11-30 15:14:36 +00:00
MethodRef2.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef3.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef4.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef5.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef6.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef7.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef_neg.java 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
MethodRef_neg.out 8003280: Add lambda tests 2012-11-17 19:01:03 +00:00
SamConversion.java 8005244: Implement overload resolution as per latest spec EDR 2013-01-21 20:13:56 +00:00
SamConversionComboTest.java 8005244: Implement overload resolution as per latest spec EDR 2013-01-21 20:13:56 +00:00
TreeMakerParamsIsGoofy.java 8014023: When a method reference to a local class constructor is contained in a method whose number of parameters matches the number of constructor parameters compilation fails 2013-05-07 06:39:34 -07:00