aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/sun/reflect
AgeCommit message (Expand)Author
2014-12-018065552: setAccessible(true) on fields of Class may throw a SecurityExceptiondfuchs
2014-11-288062771: Core reflection should use final fields whenever possiblejdk8u40-b17igerasim
2014-11-138064391: More thread safety problems in core reflectionmartin
2014-06-03Mergeasaha
2014-04-228035781: Improve equality for annotationsdarcy
2014-01-02Mergeasaha
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ...lana
2013-11-228023278: Reflection API methods do not throw AnnotationFormatError in case of...jfranck
2013-11-148028055: (reflect) invoking Method/Constructor in anonymous classes breaks wi...jfranck
2013-11-088028076: Correct raw type lint warnings in core reflection implementation cla...darcy
2013-11-078027796: Refactor Core Reflection for Type Annotationsjfranck
2013-11-047194897: JSR 292: Cannot create more than 16 instances of an anonymous classrfield
2013-10-248023651: j.l.r.Constructor.getAnnotatedReceiverType() and j.l.r.Constructor.g...jfranck
2013-10-248027170: Annotations declared on super-super-class should be overridden by su...alundblad
2013-12-07Mergeasaha
2013-10-22Mergechegar
2013-10-228004912: Repeating annotations - getAnnotationsByType(Class<T>) is not workin...alundblad
2013-10-21Mergechegar
2013-10-178025799: Restore sun.reflect.Reflection.getCallerClass(int) until a replaceme...mchung
2013-10-168022718: Runtime accessibility checking: protected class, if extended, should...drchase
2013-10-15Mergechegar
2013-10-15Mergechegar
2013-10-118026213: Reflection support for private interface methodsrfield
2014-05-128038994: AnnotatedType.getType() of a TypeVariable boundary without annotatio...jfranck
2014-01-08Mergeasaha
2013-10-118023301: Enhance generic classesjfranck
2013-10-088025967: addition of -Werror broke the old buildvaleriep
2013-10-018021398: j.l.r.Parameter.getAnnotatedType().getType() for not annotated use o...emc
2013-09-308007072: Update Core Reflection for Type Annotations to match latest specjfranck
2013-08-15Mergechegar
2013-07-25Mergechegar
2013-07-228017196: Ensure Proxies are handled appropriatelymchung
2013-07-157122142: (ann) Race condition between isAnnotationPresent and getAnnotationsplevart
2013-08-058022190: Fix varargs lint warnings in the JDKdarcy
2013-06-18Mergechegar
2013-06-178016236: Class.getGenericInterfaces performance improvementshade
2013-05-23Mergechegar
2013-05-108014357: Minor refactorings to sun.reflect.generics.reflectiveObjects.*darcy
2013-05-108007073: Implement Core Reflection for Type Annotations on parametersjfranck
2013-04-178011557: Improve reflection utility classesmchung
2013-04-178004260: dynamic proxy class should have the same Java language access as the...mchung
2013-04-168010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitivemchung
2013-04-13Mergechegar
2013-04-228012689: CallerSensitive annotation should not have CONSTRUCTOR Targetmchung
2013-03-277185456: (ann) Optimize Annotation handling in java/sun.reflect.* code for sm...darcy
2013-03-198001309: Better handling of annotation interfacesdarcy
2013-02-27Mergeewendeli
2013-02-268008279: Remove InvalidContainerAnnotationError.javadarcy
2013-02-228006125: Update MethodHandles library interactionsvlivanov
2013-02-19Mergeewendeli