jdk-24/test/jdk/java/lang/reflect
Hannes Greule b3dbf28bc0 8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: vromero, jwaters
2023-04-30 07:34:09 +00:00
..
AccessControl 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AccessFlag 8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default 2023-04-30 07:34:09 +00:00
AccessibleObject 8266851: Implement JEP 403: Strongly Encapsulate JDK Internals 2021-05-26 20:55:53 +00:00
AnnotatedElement 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
annotationSharing 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Array 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Assignment 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
callerCache 8287596: Reorg jdk.test.lib.util.ForceGC 2022-07-06 14:23:44 +00:00
classInitialization 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
Constructor 6304578: (reflect) toGenericString fails to print bounds of type variables on generic methods 2018-11-01 20:37:45 -07:00
DefaultMethodMembers 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
DefaultStaticTest 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
exeCallerAccessTest 8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread 2023-02-13 11:12:36 +00:00
Field 8277451: java.lang.reflect.Field::set on static field with invalid argument type should throw IAE 2021-11-23 17:14:59 +00:00
Generics 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Method 8304585: Method::invoke rewraps InvocationTargetException if a caller-sensitive method throws IAE 2023-03-30 16:07:47 +00:00
Modifier 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Nestmates 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
Parameter 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Proxy 8297976: Remove sun.net.ProgressMonitor and related classes 2022-12-07 08:56:10 +00:00
PublicMethods 8296945: PublicMethodsTest is slow due to dependency verification with debug builds 2022-11-21 07:41:11 +00:00
records 8281462: Annotation toString output for enum not reusable for source input 2022-02-11 23:24:08 +00:00
ReflectPermission 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
sealed_classes 8286474: Drop --enable-preview from Sealed Classes related tests 2022-05-11 05:27:56 +00:00
TypeVariable 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ChainedReflection.java 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
DefaultAccessibility.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IllegalArgumentsTest.java 8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits 2022-12-19 23:08:56 +00:00
MethodHandleAccessorsTest.java 8300924: Method::invoke throws wrong exception type when passing wrong number of arguments to method with 4 or more parameters 2023-01-27 17:13:54 +00:00
StaticFieldsOnInterface.java 8186961: Class.getFields() does not return fields of previously visited super interfaces/classes 2017-12-01 17:06:09 -08:00