jdk-24/jdk/test/java/lang/invoke/lambda
Alan Bateman db4d383614 8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282

Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Alexandr Scherbatiy <alexandr.scherbatiy@oracle.com>
Co-authored-by: Amy Lu <amy.lu@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Jaroslav Bachorik <jaroslav.bachorik@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jan Lahoda <jan.lahoda@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Miroslav Kos <miroslav.kos@oracle.com>
Co-authored-by: Huaming Li <huaming.li@oracle.com>
Co-authored-by: Sean Mullan <sean.mullan@oracle.com>
Co-authored-by: Naoto Sato <naoto.sato@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Philip Race <philip.race@oracle.com>
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Co-authored-by: Sergey Bylokhov <sergey.bylokhov@oracle.com>
Co-authored-by: Alexandre Iline <alexandre.iline@oracle.com>
Co-authored-by: Volker Simonis <volker.simonis@gmail.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Stuart Marks <stuart.marks@oracle.com>
Co-authored-by: Semyon Sadetsky <semyon.sadetsky@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Co-authored-by: Valerie Peng <valerie.peng@oracle.com>
Co-authored-by: Vincent Ryan <vincent.x.ryan@oracle.com>
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Co-authored-by: Yuri Nesterenko <yuri.nesterenko@oracle.com>
Co-authored-by: Yekaterina Kantserova <yekaterina.kantserova@oracle.com>
Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Felix Yang <felix.yang@oracle.com>
Co-authored-by: Andrei Eremeev <andrei.eremeev@oracle.com>
Co-authored-by: Frank Yuan <frank.yuan@oracle.com>
Co-authored-by: Sergei Pikalev <sergei.pikalev@oracle.com>
Co-authored-by: Sibabrata Sahoo <sibabrata.sahoo@oracle.com>
Co-authored-by: Tiantian Du <tiantian.du@oracle.com>
Co-authored-by: Sha Jiang <sha.jiang@oracle.com>
Reviewed-by: alanb, mchung, naoto, rriggs, psandoz, plevart, mullan, ascarpino, vinnie, prr, sherman, dfuchs, mhaupt
2016-03-17 19:04:16 +00:00
..
LambdaReceiver_anotherpkg 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
T8032697_anotherpkg 8032697: Issues with Lambda 2014-01-28 17:22:07 -08:00
DupIntf.java 8025868: Several lang/LMBD JCK tests fail with java.lang.BootstrapMethodError 2013-10-23 15:16:35 -07:00
LambdaAccessControlDoPrivilegedTest.java 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
LambdaAccessControlTest.java 8140336: Add @modules for exported dependencies to jdk_core tests 2015-10-27 20:06:02 -07:00
LambdaAsm.java 8150998: Fix module dependences in java/lang tests 2016-03-03 15:13:55 -08:00
LambdaClassFinal.java 8012028: Metafactory-generated lambda classes should be final 2013-04-12 20:23:13 -07:00
LambdaClassLoaderSerialization.java 8039438: Some tests depend on internal API sun.misc.IOUtils 2014-04-21 13:12:22 -07:00
LambdaClassSynthetic.java 8012028: Metafactory-generated lambda classes should be final 2013-04-12 20:23:13 -07:00
LambdaConstructorMethodHandleUnbox.java 8016761: Lambda metafactory - incorrect type conversion of constructor method handle 2013-06-26 07:50:04 -07:00
LambdaReceiver.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
LambdaReceiverBridge.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
LambdaReturn.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
LambdaSerialization.java 8008770: SerializedLambda incorrect class loader for lambda deserializing class 2013-02-26 10:38:58 -08:00
LambdaStackTrace.java 8140336: Add @modules for exported dependencies to jdk_core tests 2015-10-27 20:06:02 -07:00
LogGeneratedClassesTest.java 8150998: Fix module dependences in java/lang tests 2016-03-03 15:13:55 -08:00
LUtils.java 8049367: Modular Run-Time Images 2014-12-03 14:22:58 +00:00
MetafactoryArityTest.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
MetafactoryParameterCastTest.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
MetafactorySamReturnTest.java 8035776: Consistent Lambda construction 2014-03-04 15:33:30 -08:00
RepetitiveLambdaSerialization.java 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true 2013-11-14 12:17:37 +01:00
T8032697.java 8032697: Issues with Lambda 2014-01-28 17:22:07 -08:00
T8032704.java 8032711: Issue with Lambda in handling 2014-01-28 12:53:56 -08:00
T8032711.java 8032711: Issue with Lambda in handling 2014-01-28 12:53:56 -08:00