- 25 10月, 2013 1 次提交
-
-
由 michaelm 提交于
Reviewed-by: alanb, chegar
-
- 22 10月, 2013 4 次提交
-
-
由 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
-
由 peytoia 提交于
Reviewed-by: naoto
-
由 darcy 提交于
Reviewed-by: briangoetz, mduigou, mr
-
- 21 10月, 2013 1 次提交
-
-
由 rfield 提交于
Reviewed-by: ksrini, ahgross
-
- 18 10月, 2013 1 次提交
-
-
由 rriggs 提交于
8015808: Typo in MethodHandle javadoc Summary: Fix typos and javadoc markup and extraneous paragraph tags Reviewed-by: lancea
-
- 17 10月, 2013 1 次提交
-
-
由 drchase 提交于
8022718: Runtime accessibility checking: protected class, if extended, should be accessible from another package Summary: Modify accessibility check; it was muddled about Java vs JVM protection terminology. Reviewed-by: jrose
-
- 14 10月, 2013 1 次提交
-
-
由 dfuchs 提交于
8024704: Improve API documentation of ClassLoader and ServiceLoader with respect to enumeration of resources. Reviewed-by: alanb, psandoz, mchung
-
- 11 10月, 2013 2 次提交
- 10 10月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: plevart, mchung, forax, jjb Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
-
- 09 10月, 2013 1 次提交
-
-
由 valeriep 提交于
Summary: Fixed and suppressed compiler warnings on rawtypes Reviewed-by: vinnie
-
- 05 10月, 2013 9 次提交
-
-
由 jrose 提交于
Summary: add wildcard to unreflectConstructor, various clarifications and minor edits Reviewed-by: mchung, darcy, twisti
-
由 jrose 提交于
Summary: align CONSTANT_MethodHandle and Lookup.find* API calls, clarify security manager & @CallerSensitive interactions Reviewed-by: mchung, twisti
-
由 jrose 提交于
Summary: promote an existing private method; make unit tests on all argument positions to arity 10 with mixed types Reviewed-by: twisti, vlivanov
-
由 jrose 提交于
Summary: Align MH semantic with bytecode behavior of constructor and static member accesses, regarding <clinit> invocation. Reviewed-by: twisti, darcy, abuckley, vlivanov
-
由 jrose 提交于
Summary: add an explicit check for leading "<", upgrade the unit tests Reviewed-by: twisti, darcy
-
由 jrose 提交于
Summary: Document error conditions that may occur when calling a "spreader" method handle. Use IAE in all cases. Reviewed-by: twisti, vlivanov
-
由 jrose 提交于
Summary: clarification of erroneous reading of spec. that led to 7194534 Reviewed-by: twisti, darcy
-
由 jrose 提交于
Summary: Replicate JVM logic for access control that makes Object.clone appear public when applied to an array type. Reviewed-by: twisti
-
由 jrose 提交于
Summary: use a per-MH one element cache for MH.asType to speed up MH.invoke; also cache enough MH constants to cache LMF.metafactory Reviewed-by: twisti
-
- 04 10月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: Restore invokespecial to lambda metafactory Reviewed-by: ksrini
-
- 03 10月, 2013 1 次提交
-
-
由 emc 提交于
Summary: Fix behavior of parameter reflection API for malformed class files. Reviewed-by: darcy
-
- 28 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti
-
- 19 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose
-
- 23 9月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: twisti, kvn, rbackman Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
-
- 30 9月, 2013 2 次提交
-
-
由 jfranck 提交于
Summary: Remove typeAnnotations field from Method, Constructor, and Field, update Executable and Field to fetch data on demand. Reviewed-by: darcy, erikj
-
由 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
-
- 27 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 12 9月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: If the effective floating point exponent is zero return the significand including the implicit 1-bit. Reviewed-by: bpb, darcy, gls Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com>
-
- 11 9月, 2013 2 次提交
- 06 9月, 2013 4 次提交
-
-
由 jfranck 提交于
Reviewed-by: darcy, mchung
-
由 rfield 提交于
Reviewed-by: vlivanov, briangoetz Contributed-by: john.r.rose@oracle.com
-
由 rfield 提交于
8024283: 10 nashorn tests fail with similar stack trace InternalError with cause being NoClassDefFoundError Summary: Fix pre-existing 292 bug tickled by combo of nashorn code and MethodHandleInfo changes Reviewed-by: jrose Contributed-by: vladimir.x.ivanov@oracle.com
-
由 naoto 提交于
Reviewed-by: okutsu
-
- 04 9月, 2013 1 次提交
-
-
由 alanb 提交于
8008981: Deprecate SecurityManager checkTopLevelWindow, checkSystemClipboardAccess, checkAwtEventQueueAccess Reviewed-by: anthony, art, mchung
-
- 19 9月, 2013 2 次提交