jdk/src/java.base/share/classes/java/lang/reflect
Weijun Wang 6765f90250 8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
2021-06-02 11:57:31 +00:00
..
AccessibleObject.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +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 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +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 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
Constructor.java 8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods 2021-04-14 16:15:54 +00:00
Executable.java 8224243: Add implSpec's to AccessibleObject and seal Executable 2021-05-25 18:04:47 +00:00
Field.java 8224243: Add implSpec's to AccessibleObject and seal Executable 2021-05-25 18:04:47 +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 8159746: (proxy) Support for default methods 2020-12-01 17:23:07 +00:00
InvocationTargetException.java 8264148: Update spec for exceptions retrofitted for exception chaining 2021-03-30 19:59:59 +00:00
MalformedParameterizedTypeException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
MalformedParametersException.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Member.java 8234335: Remove line break in class declaration in java.base 2019-11-21 09:10:21 +00:00
Method.java 8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods 2021-04-14 16:15:54 +00:00
Modifier.java 8249687: Use inline @jls and @jvm tages in more places in java.base 2020-07-17 17:27:31 -07:00
package-info.java 8262807: Note assumptions of core reflection modeling and parameter handling 2021-03-17 21:58:48 +00:00
Parameter.java 8265174: Update Class.getDeclaredMethods to discuss synthetic and bridge methods 2021-04-14 16:15:54 +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 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
ProxyGenerator.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
RecordComponent.java 8257636: Update usage of "type" terminology in java.lang.Class and java.lang.reflect 2020-12-17 11:32:58 +00:00
ReflectAccess.java 8247444: Trust final fields in records 2020-06-19 08:27:59 -07:00
ReflectPermission.java 8229997: Apply java.io.Serial annotations in java.base 2019-08-29 16:31:34 -07:00
Type.java 8250920: Increase @jls usage in core reflection 2020-08-04 20:31:57 -07:00
TypeVariable.java 8250920: Increase @jls usage in core reflection 2020-08-04 20:31:57 -07: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