- 25 10月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: iveresov, jrose
-
- 18 10月, 2013 1 次提交
-
-
由 rriggs 提交于
8015808: Typo in MethodHandle javadoc Summary: Fix typos and javadoc markup and extraneous paragraph tags Reviewed-by: lancea
-
- 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
-
- 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 1 次提交
-
-
由 mchung 提交于
Reviewed-by: dfuchs, jrose, jdn, ahgross, chegar
-
- 03 7月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, dfuchs
-
- 28 6月, 2013 1 次提交
-
-
由 darcy 提交于
Reviewed-by: jrose
-
- 10 6月, 2013 1 次提交
-
-
由 alanb 提交于
Reviewed-by: lancea, chegar, psandoz
-
- 09 5月, 2013 1 次提交
-
-
由 twisti 提交于
Reviewed-by: vlivanov, jdn
-
- 17 4月, 2013 1 次提交
-
-
由 mchung 提交于
Reviewed-by: jrose, alanb, twisti
-
- 01 3月, 2013 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti, jdn
-
- 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 1 次提交
-
-
由 vlivanov 提交于
Reviewed-by: jrose, twisti
-
- 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>
-
- 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 次提交
- 17 7月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: Remove workarounds and limitations from before 6939861. Reviewed-by: never
-
- 02 6月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: Wrap system property and reflection accesses under doPrivileged. Ensure constant pool linkage bypasses the SM as specified. Reviewed-by: kvn, never
-
- 27 5月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: API code changes and javadoc changes following JSR 292 Public Review comments, through PFD Reviewed-by: never
-
- 18 5月, 2011 2 次提交
-
-
由 jrose 提交于
7044892: JSR 292: API entry points sometimes throw the wrong exceptions or doesn't throw the expected one Summary: point-fixes for 7038847, 7038860, 7042656, 7042829, 7041853, and several other reports Reviewed-by: never, kvn
-
由 jrose 提交于
7032850: MethodHandle.invokeGeneric throws unspecified RuntimeException if parameterized method is called Summary: Implement invocation corner cases, including correct type conversions and interface type enforcement. 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
-
- 15 2月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: add security manager interactions for Lookup methods Reviewed-by: twisti
-
- 11 2月, 2011 2 次提交