History log of /libcore/ojluni/src/lambda/java/java/lang/invoke/LambdaConversionException.java
Revision Date Author Comments
3c9b631901609c8f28677f24c2b4c8f9716fe0fa 02-Aug-2016 Narayan Kamath <narayan@google.com> Fix error prone build.

We need to bring back stubs for MethodType / LambdaConversionException
to avoid build issues when targeting older SDKs.

bug: 30550796
test: make checkbuild; make -j39 javac-check RUN_ERROR_PRONE=true
Change-Id: I3c8a2ff296a51c0d9a552cf0e6cbf1815c680da8
1e5de65aa751b899256f01edbd687971bb650743 21-Jul-2016 Narayan Kamath <narayan@google.com> java.lang.invoke: Add exception classes to core-oj.jar.

Also removes the classes from stubs.

Change-Id: I5c2a2afc7db4eba2dd9798097162b0ef440880a9
Test: make checkbuild docs
7d6a54c12a826fc8d5c2b1d41244b2bad27f968b 27-Jan-2016 Neil Fuller <nfuller@google.com> Stubs required for javac to compile lambda code

In order for javac to compile code with (non-serializable) lambdas
the included classes are required. These are based on OpenJDK 8
source code which has then been stubbed. The stubs are only
required for build paths that use javac (e.g. javadoc) and
are not to be deployed to a device.

Bug: 26753820
(cherry-picked from commit 35eb86d88d048c5010ca406a8d543a54b84ca7b8)

Change-Id: I1de207b54865ded4c0582dd2f3c3f8f9bebda11f
35eb86d88d048c5010ca406a8d543a54b84ca7b8 27-Jan-2016 Neil Fuller <nfuller@google.com> Stubs required for javac to compile lambda code

In order for javac to compile code with (non-serializable) lambdas
the included classes are required. These are based on OpenJDK 8
source code which has then been stubbed. The stubs are only
required for build paths that use javac (e.g. javadoc) and
are not to be deployed to a device.

Bug: 26753820
Change-Id: I6a78110d10fa157b2e101ea2556de01b59339ef3