- 23 10月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Added test for IllegalAccessException -> IllegalAccessError path to check if root cause was AbstractMethodError Reviewed-by: jrose
-
- 05 10月, 2013 1 次提交
-
-
由 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
-
- 28 9月, 2013 1 次提交
-
-
由 drchase 提交于
Summary: Inserted code to convert specific exceptions, case-by-case, plus a test. Reviewed-by: jrose, twisti
-
- 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
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 22 2月, 2013 2 次提交
- 25 1月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, ahgross
-
- 29 11月, 2012 1 次提交
-
-
由 mchung 提交于
Reviewed-by: alanb, dholmes
-
- 21 9月, 2012 1 次提交
-
-
由 jrose 提交于
Summary: Bind callers to caller-sensitive methods. Reviewed-by: twisti, jjh, vlivanov, ahgross
-
- 18 8月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti, kvn
-
- 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>
-
- 02 11月, 2011 1 次提交
-
-
由 twisti 提交于
Reviewed-by: jrose, never
-
- 08 9月, 2011 1 次提交
-
-
由 never 提交于
Summary: add CountingMethodHandle Reviewed-by: twisti, jrose
-
- 17 7月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: Remove workarounds and limitations from before 6939861. Reviewed-by: never
-
- 15 6月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists. Reviewed-by: twisti, never
-
- 02 6月, 2011 2 次提交
-
-
由 jrose 提交于
Summary: Wrap system property and reflection accesses under doPrivileged. Ensure constant pool linkage bypasses the SM as specified. Reviewed-by: kvn, never
-
由 jrose 提交于
7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError Summary: Wrap invokedynamic linkage errors in BootstrapMethodError, as needed. Reviewed-by: never
-
- 27 5月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: API code changes and javadoc changes following JSR 292 Public Review comments, through PFD Reviewed-by: never
-
- 13 5月, 2011 2 次提交
- 24 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: package and class renaming only; delete unused methods and classes; add @since tags; no code changes Reviewed-by: twisti
-
- 18 3月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: move everything into a single package; remove all multi-package machinery Reviewed-by: twisti, forax
-
- 11 2月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions Reviewed-by: twisti
-
- 31 10月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: JDK changes which run atop the corresponding JVM hook Reviewed-by: never, twisti
-
- 09 9月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Make NoAccessException be a checked exception. Also remove JavaMethodHandle. Reviewed-by: twisti
-
- 09 6月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall. Reviewed-by: twisti
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 01 5月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
-
- 08 1月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Fill in missing API implementations, fix numerous bugs, adjust APIs towards EG design. Reviewed-by: twisti
-
- 13 5月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: point fixes to access checking logic Reviewed-by: mr
-
- 06 5月, 2009 1 次提交
-
-
由 jrose 提交于
Summary: JDK API and runtime (partial) for anonk, meth, indy Reviewed-by: mr
-