aboutsummaryrefslogtreecommitdiff
path: root/test/java/lang/invoke
AgeCommit message (Expand)Author
2014-12-048057020: LambdaForm caches should support evictionvlivanov
2014-12-058059070: [TESTBUG] java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java f...kshefov
2014-11-248063135: Enable full LF sharing by defaultvlivanov
2014-11-068060483: NPE with explicitCastArguments unboxing nullvlivanov
2014-10-168058733: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java ...kshefov
2014-10-168058695: [TESTBUG] Reinvokers with arity >253 can't be cachedkshefov
2014-09-228058728: TEST_BUG: Make java/lang/invoke/LFCaching/LFGarbageCollectedTest.jav...kshefov
2014-09-168058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 80570...vlivanov
2014-09-128057719: Develop new tests for LambdaForm Reduction and Caching featurekshefov
2014-09-128057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testli...kshefov
2014-09-108050052: Small cleanups in java.lang.invoke codevlivanov
2014-09-108049555: Move varargsArray from sun.invoke.util package to java.lang.invokevlivanov
2014-09-108037210: Get rid of char-based descriptions 'J' of basic typesvlivanov
2014-06-178046903: VM anonymous class members can't be statically invocablevlivanov
2014-06-098032400: JSR292: invokeSpecial: InternalError attempting to lookup a methodvlivanov
2014-05-228043529: Serviceability tests using @library failing with java.lang.NoClassDe...jbachorik
2014-03-298038186: [TESTBUG] improvements of test j.l.i.MethodHandlesiignatyev
2014-03-258036117: MethodHandles.catchException doesn't handle VarargsCollector right (...vlivanov
2014-03-258027827: Improve performance of catchException combinatorvlivanov
2014-02-288035777: Consistent Lambda constructionrfield
2014-01-318033278: Missed access checks for Lookup.unreflect* after 8032585vlivanov
2014-01-288032697: Issues with Lambdarfield
2014-01-288032711: Issue with Lambda in handlingrfield
2014-01-288032585: JSR292: IllegalAccessError when attempting to invoke protected metho...vlivanov
2014-01-158031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence....vlivanov
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ...lana
2013-11-15Mergelana
2013-11-148028055: (reflect) invoking Method/Constructor in anonymous classes breaks wi...jfranck
2013-11-128027696: Incorrect copyright header in the testsserb
2013-11-098027823: catchException combinator fails with 9 argument targetvlivanov
2013-11-068027232: Update j.l.invoke code generating class files to use ASM enhancement...ksrini
2013-11-047194897: JSR 292: Cannot create more than 16 instances of an anonymous classrfield
2013-10-238025868: Several lang/LMBD JCK tests fail with java.lang.BootstrapMethodErrorrfield
2013-10-168022718: Runtime accessibility checking: protected class, if extended, should...drchase
2013-10-15Mergechegar
2013-10-15Mergechegar
2013-10-148026362: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed on windo...henryjen
2013-10-098023524: Mechanism to dump generated lambda classes / log lambda code generationhenryjen
2013-10-03Mergechegar
2013-10-058024438: JSR 292 API specification maintenance for JDK 8jrose
2013-10-058025112: JSR 292 spec updates for security manager and caller sensitivityjrose
2013-10-058001110: method handles should have a collectArguments transform, generalizin...jrose
2013-10-058024599: JSR 292 direct method handles need to respect initialization rules f...jrose
2013-10-058001108: an attempt to use "<init>" as a method name should elicit NoSuchMeth...jrose
2013-10-058001109: arity mismatch on a call to spreader method handle should elicit Ill...jrose
2013-10-058019417: JSR 292 javadoc should clarify method handle arity limitsjrose
2013-10-058001105: findVirtual of Object[].clone produces internal errorjrose
2013-08-30Mergechegar
2013-09-278022701: Accessibility checking: InvocationTargetException is thrown instead ...drchase
2013-08-128022066: Evaluation of method reference to signature polymorphic method crash...twisti