jdk-24/test/jdk/java/lang/invoke
Mandy Chung 9bfe415f66 8305104: Remove the old core reflection implementation
Reviewed-by: dholmes, alanb
2023-06-13 19:41:38 +00:00
..
6987555 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
6991596 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
6998541 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
7087570 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
7157574 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
7196190 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
8009222 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
8022701 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
8076596 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
8147078 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
8177146 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
accessClassAndFindClass 8269426: Rename test/jdk/java/lang/invoke/t8150782 to accessClassAndFindClass 2021-06-28 19:52:27 +00:00
AccessControlTest_subpkg 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
accessProtectedSuper 8282657: Code cleanup: removing double semicolons at the end of lines 2022-03-07 21:33:40 +00:00
callerSensitive 8292914: Lambda proxies have unstable names 2023-02-27 17:18:44 +00:00
common/test/java/lang/invoke/lib 8210894: remove jdk/testlibrary/Asserts 2018-09-21 14:50:06 -07:00
condy 8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior 2018-06-04 11:32:00 -04:00
defineHiddenClass 8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded 2023-02-09 00:38:08 +00:00
findSpecial 8301721: lookup.findSpecial fails on Object method call from interface 2023-06-06 16:19:46 +00:00
findVirtual 8299505: findVirtual on array classes incorrectly restricts the receiver type 2023-05-31 16:28:26 +00:00
indify 8243156: Fix deprecation and unchecked warnings in microbenchmark 2020-04-21 13:52:32 +02:00
java.base/java 8184777: Factor out species generation logic from BoundMethodHandle 2017-11-16 00:58:50 +01:00
lambda 8305104: Remove the old core reflection implementation 2023-06-13 19:41:38 +00:00
LFCaching 8272836: Limit run time for java/lang/invoke/LFCaching tests 2021-08-26 06:51:19 +00:00
lookup 8305104: Remove the old core reflection implementation 2023-06-13 19:41:38 +00:00
MethodHandleProxies 8280377: MethodHandleProxies does not correctly invoke default methods with varags 2022-01-26 01:24:15 +00:00
MethodHandles 8287171: Refactor null caller tests to a single directory 2022-06-02 16:45:05 +00:00
modules 8266254: Update to use jtreg 6 2021-06-02 21:20:12 +00:00
ProtectedMemberDifferentPackage 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
remote 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StringConcatFactory 8187089: StringConcatFactory.makeConcat & makeConcatWithConstants should throw StringConcatException if parameter slot count is over 200 2017-10-26 16:57:35 -07:00
unreflect 8286473: Drop --enable-preview from Record related tests 2022-05-11 08:52:11 +00:00
VarHandles 8307508: IndirectVarHandle.isAccessModeSupported throws NPE 2023-06-13 17:05:52 +00:00
AccessControlTest.java 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
ArrayConstructorTest.java 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior 2017-11-17 08:12:02 -06:00
ArrayLengthTest.java 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior 2017-11-17 08:12:02 -06:00
BigArityTest.java 8185993: MethodHandle.invokeWithArguments jumbo-arity 2017-09-22 15:28:16 -07:00
CallerSensitiveMethodHandle.java 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
CallSiteTest.java 8234923: Missed call_site_target nmethod dependency for non-fully initialized ConstantCallSite instance 2019-12-03 20:13:21 +03:00
CallStaticInitOrder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ClassSpecializerTest.java 8184777: Factor out species generation logic from BoundMethodHandle 2017-11-16 00:58:50 +01:00
ClassValueTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompileThresholdBootstrapTest.java 8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order 2019-01-22 15:31:47 -08:00
ConstantIdentityMHTest.java 8256066: Tests use deprecated TestNG API that is no longer available in new versions 2020-11-10 17:51:52 +00:00
CountedLoopIterationCountsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CustomizedLambdaFormTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DefineClassTest.java 8245061: Lookup::defineHiddenClass should throw ClassFormatError if this_class is not Class_info structure 2020-06-01 13:19:06 -07:00
DropArgumentsTest.java 8256066: Tests use deprecated TestNG API that is no longer available in new versions 2020-11-10 17:51:52 +00:00
DropLookupModeTest.java 8230501: Class data support for hidden classes 2020-12-01 00:24:40 +00:00
DumpMethodHandleInternals.java 8307944: ClassFileDumper should only load java.nio.file.Path if enabled 2023-05-30 21:01:12 +00:00
ExplicitCastArgumentsTest.java 8284444: Sting typo 2022-04-07 14:55:05 +00:00
FilterArgumentsTest.java 8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order 2019-01-22 15:31:47 -08:00
FinalVirtualCallFromInterface.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
FindAccessTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
FindClassSecurityManager.java 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null 2019-09-10 10:35:52 -07:00
FoldTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
getclassloader.policy 8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null 2019-09-10 10:35:52 -07:00
InvokeDynamicPrintArgs.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
InvokeGenericTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InvokeMethodHandleWithBadArgument.java 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior 2017-11-17 08:12:02 -06:00
InvokeWithArgumentsTest.java 8187688: Additional tests for MethodHandle.invokeWithArguments 2017-09-27 10:24:40 -07:00
JavaDocExamplesTest.java 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior 2017-11-17 08:12:02 -06:00
JavaUtilConcurrentLookupTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
jtreg.security.policy 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LambdaFormTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoopCombinatorLongSignatureTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
LoopCombinatorTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
MethodHandleConstants.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
MethodHandleInvokeUOE.java 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
MethodHandlesArityLimitsTest.java 8264288: Performance issue with MethodHandle.asCollector 2021-04-05 20:05:07 +00:00
MethodHandlesAsCollectorTest.java 8210732: remove jdk.testlibrary.Utils 2018-09-14 14:02:57 -07:00
MethodHandlesCastFailureTest.java 8210732: remove jdk.testlibrary.Utils 2018-09-14 14:02:57 -07:00
MethodHandlesCollectArgsTest.java 8259922: MethodHandles.collectArguments does not throw IAE if pos is outside the arity range 2021-01-22 17:18:06 +00:00
MethodHandlesGeneralTest.java 8299505: findVirtual on array classes incorrectly restricts the receiver type 2023-05-31 16:28:26 +00:00
MethodHandlesInsertArgumentsTest.java 8210732: remove jdk.testlibrary.Utils 2018-09-14 14:02:57 -07:00
MethodHandlesInvokersTest.java 8210732: remove jdk.testlibrary.Utils 2018-09-14 14:02:57 -07:00
MethodHandlesPermuteArgumentsTest.java 8255531: MethodHandles::permuteArguments throws NPE when duplicating dropped arguments 2021-01-28 12:26:32 +00:00
MethodHandlesSpreadArgumentsTest.java 8210732: remove jdk.testlibrary.Utils 2018-09-14 14:02:57 -07:00
MethodHandlesTest.java 8220282: Add MethodHandle tests on accessing final fields 2019-04-06 21:05:58 +08:00
MethodTypeSecurityManager.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
MethodTypeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ObjectMethodInInterfaceTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PermuteArgsReturnVoidTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PermuteArgsTest.java 8210779: 8182404 and 8210732 haven't updated copyright years 2018-09-17 11:50:39 -07:00
PrivateInterfaceCall.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
PrivateInterfaceCallI4.jasm 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
PrivateInvokeTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RevealDirectTest.java 8230501: Class data support for hidden classes 2020-12-01 00:24:40 +00:00
RicochetTest.java 8249697: remove temporary fixes from java/lang/invoke/RicochetTest.java 2020-07-20 12:16:35 -07:00
SpecialInterfaceCall.java 8010319: Implementation of JEP 181: Nest-Based Access Control 2018-06-23 01:32:41 -04:00
SpecialInterfaceCallI4.jasm 8202686: Missing test case for 8200167 - final Object methods 2018-05-07 19:31:39 -04:00
SpreadCollectTest.java 8157246: MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior 2017-11-17 08:12:02 -06:00
TEST.properties 8236111: narrow allowSmartActionArgs disabling 2020-01-15 21:20:40 -08:00
TestCatchExceptionWithVarargs.java 8210779: 8182404 and 8210732 haven't updated copyright years 2018-09-17 11:50:39 -07:00
TestPrivateMember.java 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
TestVHInvokerCaching.java 8265079: Implement VarHandle invoker caching 2021-04-19 11:36:55 +00:00
ThrowExceptionsTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TryFinallyTest.java 8233920: MethodHandles::tryFinally generates illegal bytecode for long/double return type 2019-11-14 10:55:46 +01:00
VarargsArrayTest.java 8264288: Performance issue with MethodHandle.asCollector 2021-04-05 20:05:07 +00:00
VarArgsTest.java 8256066: Tests use deprecated TestNG API that is no longer available in new versions 2020-11-10 17:51:52 +00:00
WrongMethodTypeTest.java 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order 2023-01-10 17:05:33 +00:00