.. |
6987555
|
6817525: turn on method handle functionality by default for JSR 292
|
2011-04-07 22:07:06 -07:00 |
6991596
|
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called
|
2011-05-17 19:48:14 -07:00 |
6998541
|
8065998: Avoid use of _ as a one-character identifier
|
2014-12-02 15:12:40 +01:00 |
7087570
|
8008688: Make MethodHandleInfo public
|
2013-09-03 21:42:56 -07:00 |
7157574
|
7023639: JSR 292 method handle invocation needs a fast path for compiled code
|
2012-07-24 10:47:44 -07:00 |
7196190
|
8014737: java/lang/invoke/7196190/MHProxyTest.java fails after 8009424
|
2013-05-22 13:57:59 +01:00 |
8009222
|
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
|
2013-03-06 16:59:42 +04:00 |
8022701
|
8022701: Accessibility checking: InvocationTargetException is thrown instead of IllegalAccessError
|
2013-09-27 13:32:32 -04:00 |
AccessControlTest_subpkg
|
7165628: Issues with java.lang.invoke.MethodHandles.Lookup
|
2012-05-18 20:31:28 -07:00 |
accessProtectedSuper
|
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package
|
2013-10-16 17:55:49 -04:00 |
indify
|
7032323: code changes for JSR 292 EG adjustments to API, through Public Review
|
2011-05-26 17:37:36 -07:00 |
lambda
|
8049367: Modular Run-Time Images
|
2014-12-03 14:22:58 +00:00 |
LFCaching
|
8066798: [TEST] Make java/lang/invoke/LFCaching tests use lib/testlibrary/jdk/testlibrary/TimeLimitedRunner.java to define their number of iterations
|
2014-12-11 15:10:35 +03:00 |
lookup
|
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
|
2014-06-09 15:40:40 +04:00 |
MethodHandles
|
8039953: [TESTBUG] Timeout java/lang/invoke/MethodHandles/CatchExceptionTest.java
|
2014-12-01 21:58:46 +03:00 |
ProtectedMemberDifferentPackage
|
8032585: JSR292: IllegalAccessError when attempting to invoke protected method from different package
|
2014-02-21 17:12:23 +04:00 |
remote
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
AccessControlTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
BigArityTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
CallSiteTest.java
|
7197210: java/lang/invoke/CallSiteTest.java failing on armsflt
|
2012-11-05 12:51:14 -05:00 |
CallStaticInitOrder.java
|
8024599: JSR 292 direct method handles need to respect initialization rules for static members
|
2013-10-05 05:30:39 -07:00 |
ClassValueTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
ExplicitCastArgumentsTest.java
|
8066746: MHs.explicitCastArguments does incorrect type checks for VarargsCollector
|
2014-12-09 09:22:07 -08:00 |
InvokeDynamicPrintArgs.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
InvokeGenericTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
JavaDocExamplesTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
jtreg.security.policy
|
8008688: Make MethodHandleInfo public
|
2013-09-03 21:42:56 -07:00 |
LambdaFormTest.java
|
8037210: Get rid of char-based descriptions 'J' of basic types
|
2014-02-24 18:11:55 +04:00 |
MethodHandleConstants.java
|
8022066: Evaluation of method reference to signature polymorphic method crashes VM
|
2013-08-12 13:47:21 -07:00 |
MethodHandlesTest.java
|
8050052: Small cleanups in java.lang.invoke code
|
2014-09-10 19:19:47 +04:00 |
MethodTypeTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
ObjectMethodInInterfaceTest.java
|
8031502: JSR292: IncompatibleClassChangeError in LambdaForm for CharSequence.toString() method handle type converter
|
2014-01-15 20:48:44 +04:00 |
PermuteArgsTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
PrivateInvokeTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
RevealDirectTest.java
|
8027696: Incorrect copyright header in the tests
|
2013-11-12 20:24:25 +04:00 |
RicochetTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
TestCatchExceptionWithVarargs.java
|
8027696: Incorrect copyright header in the tests
|
2013-11-12 20:24:25 +04:00 |
TestPrivateMember.java
|
8025112: JSR 292 spec updates for security manager and caller sensitivity
|
2013-10-05 05:30:39 -07:00 |
ThrowExceptionsTest.java
|
8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
|
2013-12-26 12:04:16 -08:00 |
VarargsArrayTest.java
|
8049555: Move varargsArray from sun.invoke.util package to java.lang.invoke
|
2014-09-10 19:19:47 +04:00 |
VMAnonymousClass.java
|
8046903: VM anonymous class members can't be statically invocable
|
2014-06-17 13:06:05 +04:00 |