- 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 2 次提交
-
-
由 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
-
由 jrose 提交于
Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists. Reviewed-by: twisti, never
-
- 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
-
- 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
-
- 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 次提交
- 14 4月, 2011 1 次提交
-
-
由 jjh 提交于
7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks 7032965: API files in java.io need to updated for references to JVM Spec with editions/hyperlinks 7032958: API files in java.lang need to updated for references to JLS with editions/hyperlinks 7032961: API files in java.lang need to updated for references to JVM with editions/hyperlinks 7032976: API files in javax.lang need to be updated for references to JLS with editions/hyperlinks 7032959: API files in java.util need to updated for references to JLS with editions/hyperlinks 7032962: API files in java.util need to updated for references to JVM Spec with editions/hyperlinks 7032967: API files in java.security need to updated for references to JVM Spec with editions/hyperlinks 7032955: API files in java.math need to updated for references to JLS with editions/hyperlinks Summary: Removed URLs and 'edition' references Reviewed-by: darcy
-
- 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
-