jdk/src/java.base/share/classes/java/lang/reflect
2024-06-03 13:38:48 +00:00
..
AccessFlag.java 8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER 2023-06-29 20:31:57 +00:00
AccessibleObject.java 8314738: Remove all occurrences of and support for @revised 2023-08-22 13:02:53 +00:00
AnnotatedArrayType.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
AnnotatedElement.java 8310849: Pattern matching for instanceof and arrayType cleanup in j.l.invoke and j.l.reflect 2023-06-27 16:10:50 +00:00
AnnotatedParameterizedType.java 8256693: getAnnotatedReceiverType parameterizes types too eagerly 2020-12-18 13:34:36 +00:00
AnnotatedType.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
AnnotatedTypeVariable.java 8250920: Increase @jls usage in core reflection 2020-08-04 20:31:57 -07:00
AnnotatedWildcardType.java 8250660: Clarify that WildcardType and AnnotatedWildcardType bounds methods return one 2020-08-05 23:02:22 -07:00
Array.java 8312203: Improve specification of Array.newInstance 2023-07-18 22:40:12 +00:00
ClassFileFormatVersion.java 8319413: Start of release updates for JDK 23 2023-12-07 17:01:29 +00:00
Constructor.java 8332586: Avoid cloning empty arrays in java.lang.reflect.{Method,Constructor} 2024-06-03 13:38:48 +00:00
Executable.java 8320575: generic type information lost on mandated parameters of record's compact constructors 2024-05-24 20:43:23 +00:00
Field.java 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe 2023-06-01 15:31:51 +00:00
GenericArrayType.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
GenericDeclaration.java 8249205: Remove unnecessary trademark symbols 2020-07-15 14:21:54 -07:00
GenericSignatureFormatError.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
InaccessibleObjectException.java 8255262: Remove use of legacy custom @spec tag 2020-10-22 19:42:01 +00:00
InvocationHandler.java 8280377: MethodHandleProxies does not correctly invoke default methods with varags 2022-01-26 01:24:15 +00:00
InvocationTargetException.java 8297679: InvocationTargetException field named target is not declared final 2022-12-09 00:29:08 +00:00
MalformedParameterizedTypeException.java
MalformedParametersException.java
Member.java 8266670: Better modeling of access flags in core reflection 2022-06-25 19:09:43 +00:00
Method.java 8332586: Avoid cloning empty arrays in java.lang.reflect.{Method,Constructor} 2024-06-03 13:38:48 +00:00
Modifier.java 8322979: Add informative discussion to Modifier 2024-01-12 19:40:55 +00:00
package-info.java 8314738: Remove all occurrences of and support for @revised 2023-08-22 13:02:53 +00:00
Parameter.java 8287908: Use non-cloning reflection methods where acceptable 2022-09-12 13:31:53 +00:00
ParameterizedType.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
Proxy.java 8294961: Convert java.base/java.lang.reflect.ProxyGenerator to use the Classfile API to generate proxy classes 2024-03-06 06:15:10 +00:00
ProxyGenerator.java 8323058: Revisit j.l.classfile.CodeBuilder API surface 2024-05-02 10:08:29 +00:00
RecordComponent.java 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe 2023-06-01 15:31:51 +00:00
ReflectAccess.java 6983726: Reimplement MethodHandleProxies.asInterfaceInstance 2023-07-20 00:59:28 +00:00
ReflectPermission.java
Type.java 8250920: Increase @jls usage in core reflection 2020-08-04 20:31:57 -07:00
TypeVariable.java 8283234: Improve @jls usage in java.base 2022-03-16 16:17:50 +00:00
UndeclaredThrowableException.java 8264148: Update spec for exceptions retrofitted for exception chaining 2021-03-30 19:59:59 +00:00
WildcardType.java 8250660: Clarify that WildcardType and AnnotatedWildcardType bounds methods return one 2020-08-05 23:02:22 -07:00