jdk/src/share/classes/java/lang/Class.java
Mon, 30 Sep 2013 11:18:18 +0200 jfranck 8007072: Update Core Reflection for Type Annotations to match latest spec
Thu, 03 Oct 2013 19:06:43 +0100 chegar Merge
Fri, 06 Sep 2013 09:41:21 +0100 chegar Merge
Fri, 09 Aug 2013 14:43:19 +0100 chegar Merge
Thu, 25 Jul 2013 19:03:29 +0100 chegar Merge
Mon, 15 Jul 2013 14:44:50 +0200 jfranck 8014349: (cl) Class.getDeclaredClass problematic in some class loader configurations
Thu, 19 Sep 2013 16:14:13 +0200 plevart 8011940: java.lang.Class.getAnnotations() always enters synchronized method
Wed, 11 Sep 2013 09:45:52 +0200 jfranck 4987375: (reflect) Class.get{Declared}Method{s} does not return clone() for array types
Fri, 06 Sep 2013 14:20:12 +0200 jfranck 5047859: (reflect) Class.getField can't find String[].length
Mon, 26 Aug 2013 13:38:14 +0200 jfranck 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
Thu, 18 Jul 2013 23:16:52 -0700 darcy 8020810: Typo in javadoc for Class.toGenericString()
Mon, 15 Jul 2013 10:55:53 +0200 plevart 7122142: (ann) Race condition between isAnnotationPresent and getAnnotations
Tue, 02 Jul 2013 15:58:09 -0700 mchung 8007035: deprecate public void SecurityManager.checkMemberAccess(Class<?> clazz, int which)
Mon, 24 Jun 2013 23:40:31 -0700 darcy 8017550: Fix doclint issues in java.lang and subpackages
Tue, 18 Jun 2013 09:39:25 +0100 chegar Merge
Tue, 07 May 2013 13:23:08 +0200 jfranck 8011139: (reflect) Revise checking in getEnclosingClass
Mon, 10 Jun 2013 10:38:33 +0100 chegar Merge
Wed, 17 Apr 2013 15:04:59 -0700 mchung 8011557: Improve reflection utility classes
Fri, 19 Apr 2013 14:40:31 +0100 jfranck 8007812: (reflect) Class.getEnclosingMethod problematic for some classes
Mon, 17 Jun 2013 16:28:22 +0400 shade 8016236: Class.getGenericInterfaces performance improvement
Thu, 06 Jun 2013 09:51:17 -0400 emc 8016019: Remove setProtectionDomain0 and JVM_SetProtectionDomain in JDK
Wed, 22 May 2013 20:03:45 -0700 darcy 8014836: Have GenericDeclaration extend AnnotatedElement
Tue, 16 Apr 2013 21:39:52 -0700 mchung 8010117: Annotate jdk caller sensitive methods with @sun.reflect.CallerSensitive
Mon, 08 Apr 2013 17:06:20 -0700 darcy 6298888: Add toGenericString to j.l.Class and getTypeName to j.l.reflect.Type
Tue, 12 Mar 2013 19:04:49 -0700 lana Merge
Mon, 04 Mar 2013 19:42:56 -0800 darcy 8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
Tue, 19 Feb 2013 21:48:01 +0100 ewendeli Merge
Wed, 13 Feb 2013 10:36:36 +0100 jfranck 8007278: Rename j.l.r.AnnotatedElement.getAnnotations(Class) to getAnnotationsByType(Class)
Tue, 05 Feb 2013 15:35:35 +0100 ewendeli Merge
Mon, 04 Feb 2013 17:56:29 -0800 darcy 8007113: Upgrade AnnotatedElement.isAnnotionPresent to be a default method
Thu, 31 Jan 2013 10:10:34 +0100 jfranck 8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement
Tue, 29 Jan 2013 10:32:49 +0100 jfranck 8004698: Implement Core Reflection for Type Annotations
Sun, 03 Feb 2013 23:25:38 +0100 ewendeli Merge
Sun, 13 Jan 2013 19:57:06 -0500 dholmes 8005232: (JEP-149) Class Instance size reduction
Wed, 19 Dec 2012 11:53:52 -0800 darcy 8005097: Tie isSynthetic javadoc to the JLS
Wed, 28 Nov 2012 09:21:37 -0800 jfranck 7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
Fri, 02 Nov 2012 15:50:11 +0000 alanb 7197491: update copyright year to match last edit in jdk8 jdk repository
Fri, 02 Nov 2012 16:50:23 -0700 mchung 7197546: (proxy) Reflect about creating reflective proxies
Mon, 01 Oct 2012 15:36:57 +0100 alanb 8000269: Cleanup javadoc warnings
Fri, 24 Aug 2012 22:55:49 -0700 mchung 7193339: Prepare system classes be defined by a non-null module loader
Wed, 18 Jan 2012 17:34:32 -0800 jrose 7030453: JSR 292 ClassValue.get method is too slow
Thu, 08 Dec 2011 13:48:54 -0500 omajid 7117612: Miscellaneous warnings in java.lang
Thu, 10 Nov 2011 11:41:27 -0500 lancea 7110111: Minor Java SE javadoc & Constructor clean up
Tue, 30 Aug 2011 11:53:11 -0700 sherman 7084245: Update usages of InternalError to use exception chaining
Mon, 08 Aug 2011 09:07:43 -0700 darcy 6380161: (reflect) Exception from newInstance() not chained to cause.
Thu, 04 Aug 2011 08:53:16 -0700 mduigou 7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs.
Sun, 17 Apr 2011 16:19:29 -0700 lana Merge
Wed, 13 Apr 2011 12:16:13 -0700 jjh 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
Wed, 06 Apr 2011 22:06:11 -0700 ohair 7033660: Update copyright year to 2011 on any files changed in 2011
Mon, 20 Dec 2010 13:47:04 -0800 smarks 6880112: Project Coin: Port JDK core library code to use diamond operator
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Tue, 06 Oct 2009 13:31:41 -0700 darcy 5062288: (reflect) Core reflection uses raw types when it could be using wildcards
Sat, 12 Sep 2009 15:30:13 -0700 martin 6881442: (reflect) Race condition in Class.getName()
Tue, 07 Jul 2009 16:12:34 -0700 darcy 6857803: Missing links to exceptions in javadoc for Class.getGeneric{Superclass, Interfaces}
Mon, 06 Apr 2009 18:46:20 -0700 valeriep 4735126: (cl) ClassLoader.loadClass locks all instances in chain when delegating
Tue, 03 Mar 2009 19:26:43 -0800 mchung 6799230: Lazily load java.lang.annotation.Annotation class
Wed, 02 Jul 2008 12:55:45 -0700 xdono 6719955: Update copyright year
Mon, 10 Mar 2008 15:07:09 -0700 martin 6600143: Remove another 450 unnecessary casts
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip