- 30 10月, 2013 1 次提交
-
-
由 briangoetz 提交于
Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
-
- 31 10月, 2013 1 次提交
-
-
由 briangoetz 提交于
8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref Reviewed-by: briangoetz, rfield Contributed-by: sergey.kuksenko@oracle.com
-
- 30 10月, 2013 1 次提交
-
-
由 briangoetz 提交于
8027318: Lambda Metafactory: generate serialization-hostile read/writeObject methods for non-serializable lambdas Reviewed-by: rfield, psandoz
-
- 29 10月, 2013 1 次提交
-
-
由 malenkov 提交于
Reviewed-by: alexsch, smarks
-
- 25 10月, 2013 2 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov, jrose
-
由 briangoetz 提交于
Reviewed-by: briangoetz, rfield Contributed-by: dan.smith@oracle.com
-
- 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
-
- 24 10月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: Wildcard marker interfaces can cause duplicate implemented interfaces in generated lambda class Reviewed-by: briangoetz
-
- 23 10月, 2013 2 次提交
-
-
由 henryjen 提交于
8024179: Document limitations and performance characteristics of stream sources and operations 8024138: (Spec clarification) Lambda Metafacory spec should state DMH constraint on implMethod Reviewed-by: mduigou Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
-
由 drchase 提交于
Summary: Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError Reviewed-by: jrose
-
- 21 10月, 2013 1 次提交
-
-
由 rfield 提交于
Reviewed-by: ksrini, ahgross
-
- 10 10月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: plevart, mchung, forax, jjb Contributed-by: brian.goetz@oracle.com, henry.jen@oracle.com
-
- 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
-
- 28 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti
-
- 27 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 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
-
- 06 9月, 2013 2 次提交
-
-
由 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
-
- 13 8月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 04 9月, 2013 1 次提交
-
-
由 rfield 提交于
Summary: A major overhaul to MethodHandleInfo and method handles in general. Reviewed-by: vlivanov, twisti Contributed-by: john.r.rose@oracle.com
-
- 23 7月, 2013 2 次提交
- 11 7月, 2013 1 次提交
-
-
由 mcimadamore 提交于
8020010: Move lambda bridge creation from metafactory and VM to compiler Summary: JDK/metafactory component of the bridge fix and and MethodType vs. MethodHandle changes. Reviewed-by: twisti, briangoetz, forax Contributed-by: robert.field@oracle.com
-
- 04 7月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 03 7月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, dfuchs
-
- 19 6月, 2013 1 次提交
-
-
由 chegar 提交于
Reviewed-by: alanb
-
- 18 6月, 2013 2 次提交
-
-
由 rfield 提交于
Summary: paired with 8013789: Compiler should emit bridges in interfaces Reviewed-by: twisti
-
由 twisti 提交于
Reviewed-by: twisti Contributed-by: NAleksey Shipilev <aleksey.shipilev@oracle.com>
-
- 28 6月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jrose
-