hg: hsx/hotspot-comp/jdk: 2 new changesets

john.r.rose at oracle.com john.r.rose at oracle.com
Wed Jun 15 14:17:31 PDT 2011


Changeset: ad2d48306709
Author:    jrose
Date:      2011-06-14 22:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/ad2d48306709

7052202: JSR 292: Crash in sun.invoke.util.ValueConversions.fillArray
Summary: Fix corner cases involving MethodHandles.permuteArguments with long or double argument lists.
Reviewed-by: twisti, never

! src/share/classes/java/lang/invoke/AdapterMethodHandle.java
! src/share/classes/java/lang/invoke/MethodHandleImpl.java
! src/share/classes/java/lang/invoke/MethodHandleNatives.java
! src/share/classes/java/lang/invoke/SwitchPoint.java
+ test/java/lang/invoke/PermuteArgsTest.java

Changeset: 521e2254994c
Author:    jrose
Date:      2011-06-14 22:47 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/521e2254994c

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

! src/share/classes/java/lang/invoke/MethodHandleProxies.java
! test/java/lang/invoke/MethodHandlesTest.java



More information about the hotspot-compiler-dev mailing list