- 05 10月, 2013 3 次提交
-
-
由 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: 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
-
- 13 8月, 2013 1 次提交
-
-
由 henryjen 提交于
Reviewed-by: mduigou, alanb Contributed-by: NMani Sarkar <sadhak001@gmail.com>
-
- 02 11月, 2012 1 次提交
-
-
由 alanb 提交于
Reviewed-by: chegar, ksrini
-
- 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 1月, 2012 1 次提交
-
-
由 jrose 提交于
Reviewed-by: smarks
-
- 17 7月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: Enhancements to unit tests. Reviewed-by: never, twisti
-
- 04 6月, 2011 1 次提交
-
-
由 jrose 提交于
7051206: JSR 292 method name SwitchPoint.isValid is misleading to unwary users; should be hasBeenInvalidated Reviewed-by: kvn, never, ysr
-
- 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 1 次提交
-
-
由 jrose 提交于
Summary: rename invokeGeneric to invoke Reviewed-by: never, twisti
-
- 08 4月, 2011 1 次提交
-
-
由 jrose 提交于
Summary: JVM bug 6817525 requires changes to some JDK unit tests; update test invocation flags and "Indify" snapshot Reviewed-by: kvn, twisti
-
- 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
-
- 11 2月, 2011 3 次提交
-
-
由 jrose 提交于
Summary: remove NoAccessException, replace it by ReflectiveOperationException subtypes; adjust javadoc of exceptions Reviewed-by: twisti
-
由 jrose 提交于
Summary: misc. EG changes and polishes (excluding 7013417) Reviewed-by: twisti
-
由 jrose 提交于
Summary: Implement MH.asVarargsCollector, etc., and remove withTypeHandler. Reviewed-by: twisti
-
- 17 12月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
- 23 11月, 2010 1 次提交
-
-
由 jrose 提交于
6979327: method handle invocation should use casts instead of type parameters to specify return type Summary: Change result type parameters to result type casts. (Also, replace private placeholder class InvokeDynamic.) Reviewed-by: twisti
-
- 31 10月, 2010 1 次提交
-
-
由 jrose 提交于
Reviewed-by: twisti
-
- 09 9月, 2010 1 次提交
-
-
由 jrose 提交于
Summary: Make NoAccessException be a checked exception. Also remove JavaMethodHandle. Reviewed-by: twisti
-