- 02 12月, 2014 1 次提交
-
-
由 dfuchs 提交于
Summary: This fix hides the new private Class.classLoader field from reflection, rather than making it not accessible. Reviewed-by: mchung, coffeys
-
- 24 6月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Add classLoader to java/lang/Class instance for fast access Reviewed-by: alanb, lfoltan, rriggs, vlivanov, twisti, mchung, jfranck, dholmes
-
- 16 6月, 2014 1 次提交
-
-
由 jfranck 提交于
Summary: Filter out methods that have a more specific default method from result Reviewed-by: darcy, dlsmith
-
- 09 5月, 2014 1 次提交
-
-
由 coleenp 提交于
Summary: Improve protection domain check in forName() Reviewed-by: mchung, acorn, jdn
-
- 04 12月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 25 10月, 2013 1 次提交
-
-
由 alundblad 提交于
Reviewed-by: jfranck Contributed-by: andreas.lundblad@oracle.com, peter.levart@gmail.com
-
- 22 10月, 2013 2 次提交
-
-
由 alundblad 提交于
8004912: Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios 8019420: Repeatable non-inheritable annotation types are mishandled by Core Reflection Reviewed-by: jfranck
-
由 jfranck 提交于
Summary: Update getMethods() and getMethod() to filter out interface statics Reviewed-by: darcy Contributed-by: joel.franck@oracle.com, andreas.lundblad@oracle.com, amy.lu@oracle.com, peter.levart@gmail.com
-
- 23 10月, 2013 1 次提交
-
-
由 rriggs 提交于
Summary: Cleanup of javadoc -Xlint errors Reviewed-by: lancea, mduigou, darcy, mullan, mchung
-
- 30 9月, 2013 1 次提交
-
-
由 jfranck 提交于
8022324: j.l.Class.getAnnotatedInterfaces() for array type returns wrong value 8024915: j.l.r.Executable.getAnnotatedReceiverType() should return null for static methods Summary: Update javadoc and implementation of reflection for type annotations to match latest spec Reviewed-by: darcy
-
- 11 9月, 2013 1 次提交
-
-
由 jfranck 提交于
Summary: Update spec to match long standing behavior Reviewed-by: darcy, mchung
-
- 06 9月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, mchung
-
- 19 9月, 2013 1 次提交
-
-
由 plevart 提交于
Reviewed-by: jfranck, chegar, psandoz, shade
-
- 26 8月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, vromero, psandoz
-
- 19 7月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: dholmes
-
- 15 7月, 2013 2 次提交
- 03 7月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, dfuchs
-
- 17 6月, 2013 1 次提交
-
-
由 shade 提交于
Summary: cache more reflective data and lookup results. Reviewed-by: alanb, plevart, psandoz, dl Contributed-by: NDoug Lea <dl@cs.oswego.edu>, Aleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 25 6月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb, chegar
-
- 06 6月, 2013 1 次提交
-
-
由 emc 提交于
Summary: setProtectionDomain0 and JVM_SetProtectionDomain are unused since at least 1.5. This is the JDK side of a changeset to remove it. Reviewed-by: alanb
-
- 23 5月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: abuckley, jfranck
-
- 07 5月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, mchung, ahgross
-
- 18 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: ahgross, alanb
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 19 4月, 2013 1 次提交
-
-
由 jfranck 提交于
Summary: Better checking in getEnclosing(Method|Constructor|Class) Reviewed-by: darcy, ahgross, mchung
-
- 09 4月, 2013 1 次提交
-
-
由 darcy 提交于
6992705: Include modifiers in Class.toGenericString() Summary: Class.toGenericString and supporting changes; additional reviews by Peter Levart Reviewed-by: alanb
-
- 05 3月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jjg
-
- 13 2月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, abuckley
-
- 05 2月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: chegar, jfranck
-
- 31 1月, 2013 1 次提交
-
-
由 jfranck 提交于
8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances Summary: Implements the simplified semantics for repeating annotations and removes the incorrect obtaining of an AnnotationType Reviewed-by: darcy, abuckley
-
- 29 1月, 2013 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 14 1月, 2013 1 次提交
-
-
由 dholmes 提交于
Summary: Moved the fields for cached reflection objects into a seperate ReflectionData object to reduce dynamic footprint. Reviewed-by: dholmes, mchung, shade Contributed-by: NPeter Levart <peter.levart@gmail.com>
-
- 20 12月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 29 11月, 2012 1 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy
-
- 03 11月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jdn, jrose
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 01 10月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, darcy, ulfzibis, iris, naoto, dholmes
-
- 25 8月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dholmes, dsamersoff, sspitsyn, psandoz
-
- 19 1月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Implement ClassValue cooperatively with Class like ThreadLocal with Thread. Reviewed-by: twisti, mduigou
-