jdk-24/jdk/test/java/lang/invoke
Karen Kinnear 201f2252c2 8162340: Better class stream parsing
Check package validity

Reviewed-by: lfoltan, coleenp, dholmes
2016-07-27 08:33:15 -04:00
..
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 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
7087570 8008688: Make MethodHandleInfo public 2013-09-03 21:42:56 -07:00
7157574 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
7196190 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
8009222 8073479: Replace obj.getClass hacks with Objects.requireNonNull 2015-02-20 18:32:10 +03:00
8022701 Merge 2015-06-04 15:38:00 -07:00
8076596 8146786: [TESTBUG] straighten out testability for several issues 2016-01-11 17:19:16 +01:00
8147078 8147078: MethodHandles.catchException does not enforce Throwable subtype 2016-01-14 13:53:13 +01:00
AccessControlTest_subpkg 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
accessProtectedSuper 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
indify 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
java.base/java 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions 2016-04-26 18:42:51 -07:00
lambda 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
LFCaching 8156695: Fix @modules in tests in java/lang/management 2016-05-10 14:51:29 -07:00
lookup 8081347: Add @modules to jdk_core tests 2015-05-28 10:54:48 -07:00
MethodHandles 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07:00
modules 8142968: Module System implementation 2016-03-17 19:04:16 +00: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
t8150782 Merge 2016-03-22 10:42:32 +00:00
VarHandles Merge 2016-07-01 16:50:37 -07:00
AccessControlTest.java 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
ArrayConstructorTest.java 8155106: MHs.Lookup.findConstructor returns handles for array classes 2016-04-27 20:18:49 +02:00
ArrayLengthTest.java 8156915: introduce MethodHandle factory for array length 2016-05-18 10:42:29 +02:00
BigArityTest.java 8139885: implement JEP 274: enhanced method handles 2015-11-20 15:34:12 +01:00
CallSiteTest.java 8136583: Core libraries should use blessed modifier order 2015-09-15 21:56:04 -07: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
CompileThresholdBootstrapTest.java 8143253: java/lang/invoke/CompileThresholdBootstrapTest.java failing on mach5 2015-11-18 20:56:00 +01:00
ConstantIdentityMHTest.java 8150829: Enhanced drop-args, identity and default constant, varargs adjustment 2016-04-13 15:48:14 +02:00
CustomizedLambdaFormTest.java 8142968: Module System implementation 2016-03-17 19:04:16 +00:00
DropArgumentsTest.java 8158169: MethodHandles.dropArgumentsToMatch(...) 2016-07-07 09:51:47 +02:00
ExplicitCastArgumentsTest.java 8148147: Sync up @modules from jigsaw/jake 2016-01-25 19:01:19 +00:00
FindAccessTest.java 8150832: split T8139885 into several tests by functionality 2016-03-02 20:36:00 +01:00
findclass.security.policy 8139885: implement JEP 274: enhanced method handles 2015-11-20 15:34:12 +01:00
FindClassSecurityManager.java 8146786: [TESTBUG] straighten out testability for several issues 2016-01-11 17:19:16 +01:00
FoldTest.java 8150832: split T8139885 into several tests by functionality 2016-03-02 20:36:00 +01:00
InvokeDynamicPrintArgs.java 8148483: JEP 280: Indify String Concatenation 2016-01-28 19:43:05 +03: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 8150829: Enhanced drop-args, identity and default constant, varargs adjustment 2016-04-13 15:48:14 +02:00
JavaUtilConcurrentLookupTest.java 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions 2016-04-26 18:42:51 -07: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
LoopCombinatorLongSignatureTest.java 8161212: Test times out: java/lang/invoke/LoopCombinatorLongSignatureTest.java 2016-07-18 14:06:50 +02:00
LoopCombinatorTest.java 8154754: MethodHandles.countedLoop errors in deriving loop arguments, result type, and local state 2016-04-22 15:05:54 +02:00
MethodHandleConstants.java 8148483: JEP 280: Indify String Concatenation 2016-01-28 19:43:05 +03:00
MethodHandlesTest.java 8143211: provide bytecode intrinsics for loop and try/finally executors 2016-07-04 10:08:18 +02: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 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache 2016-04-27 15:01:21 +02:00
PrivateInvokeTest.java 8158855: Fix remaining module dependences in java/lang 2016-06-15 10:25:25 -07:00
RevealDirectTest.java 8137058: Clear out all non-Critical APIs from sun.reflect 2016-04-15 16:19:15 +01: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
SpreadCollectTest.java 8150832: split T8139885 into several tests by functionality 2016-03-02 20:36:00 +01:00
TestCatchExceptionWithVarargs.java 8067005: Several java/lang/invoke tests fail due to exhausted code cache 2015-06-17 20:17:25 +03: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
TryFinallyTest.java 8150824: Exceptions when omitting trailing arguments in cleanup 2016-04-14 15:18:42 +02:00
VarargsArrayTest.java 8154956: Module system implementation refresh (4/2016) 2016-05-03 09:09:57 +01:00
VarArgsTest.java 8150829: Enhanced drop-args, identity and default constant, varargs adjustment 2016-04-13 15:48:14 +02:00
VMAnonymousClass.java 8162340: Better class stream parsing 2016-07-27 08:33:15 -04:00