- 23 10月, 2013 1 次提交
-
-
由 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
-
- 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
-
- 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
-
- 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
-
- 27 9月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 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
-
- 26 6月, 2013 1 次提交
-
-
由 rfield 提交于
Reviewed-by: jrose
-
- 10 6月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, psandoz
-
- 14 5月, 2013 1 次提交
-
-
由 bharadwaj 提交于
Summary: Changes to support invocation of lambda methods compiled either as static interface methods and or private instance methods. Reviewed-by: jrose, twisti
-
- 09 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: vlivanov, jdn
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 13 4月, 2013 2 次提交
- 06 3月, 2013 1 次提交
-
-
由 vlivanov 提交于
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field Reviewed-by: jrose, twisti
-