- 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
-
- 27 2月, 2013 2 次提交
- 26 2月, 2013 1 次提交
-
-
由 kmo 提交于
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor Summary: REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit Reviewed-by: jrose, twisti
-
- 22 2月, 2013 3 次提交
- 17 2月, 2013 1 次提交
-
-
由 rfield 提交于
Reviewed-by: forax
-
- 25 1月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, ahgross
-
- 21 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 07 12月, 2012 1 次提交
-
-
由 rfield 提交于
Summary: Lambda implementing inner classes now has private constructor (thanks Kumar) Reviewed-by: ksrini
-
- 01 12月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose, twisti Contributed-by: NDavid Chase <david.r.chase@oracle.com>
-
- 29 11月, 2012 2 次提交
- 03 11月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, jdn, jrose
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 26 10月, 2012 1 次提交
-
-
由 rfield 提交于
Summary: Implement lambda invokedynamic bootstrap by generating at runtime an inner class that implements the functional interface Reviewed-by: twisti
-
- 20 10月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 21 9月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Bind callers to caller-sensitive methods. Reviewed-by: twisti, jjh, vlivanov, ahgross
-
- 29 8月, 2012 1 次提交
-
-
由 jrose 提交于
7194612: api/java_lang/invoke/MethodHandles/Lookup/index.html#ExceptionsTests[findVirtualNSME] fails w/ -esa Reviewed-by: kvn, twisti
-
- 18 8月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti, kvn
-
- 10 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose
-
- 08 8月, 2012 1 次提交
-
-
由 twisti 提交于
Reviewed-by: kvn, jrose
-
- 25 7月, 2012 1 次提交
-
-
由 twisti 提交于
6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, mhaupt, forax Contributed-by: NJohn Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
-
- 12 7月, 2012 3 次提交
-
-
由 jrose 提交于
Summary: Replace internTable with a weak-reference version. Reviewed-by: sundar, forax, brutisso Contributed-by: james.laskey@oracle.com
-
由 jrose 提交于
7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited Reviewed-by: twisti
-
由 jrose 提交于
Summary: add null checks before unsafe calls that take a variable base reference; update unit tests Reviewed-by: kvn, twisti
-
- 19 5月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Base SecurityManager checks on either of Lookup.lookupClass or caller class; also clarify Lookup access checks. Reviewed-by: twisti
-
- 19 1月, 2012 2 次提交
- 10 1月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: mduigou
-
- 09 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov, alanb, jrose
-
- 02 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
- 08 9月, 2011 1 次提交
-
-
由 never 提交于
Summary: add CountingMethodHandle Reviewed-by: twisti, jrose
-
- 31 8月, 2011 1 次提交
-
-
由 sherman 提交于
Summary: to use new InternalError constructor with cause chainning Reviewed-by: alanb, ksrini, xuelei, neugens Contributed-by: sebastian.sickelmann@gmx.de
-
- 17 7月, 2011 2 次提交
- 15 6月, 2011 1 次提交
-
-
由 jrose 提交于
7054590: (JSR-292) MethodHandleProxies.asInterfaceInstance() accepts private/protected nested interfaces Summary: fix non-compliant logic in MethodHandleProxies, fix invalid private classes in MethodHandlesTest Reviewed-by: twisti, never
-