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

john.r.rose at oracle.com john.r.rose at oracle.com
Thu Jun 2 01:48:24 PDT 2011


Changeset: 8318d03e1766
Author:    jrose
Date:      2011-06-01 23:56 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/8318d03e1766

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

! src/share/classes/java/lang/invoke/MethodHandleNatives.java

Changeset: 0b8b6eace473
Author:    jrose
Date:      2011-06-01 23:56 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/0b8b6eace473

7050328: (jsr-292) findConstructor throws ExceptionInInitializerError if run under SecurityManager
Summary: Wrap system property and reflection accesses under doPrivileged.  Ensure constant pool linkage bypasses the SM as specified.
Reviewed-by: kvn, never

! src/share/classes/java/lang/invoke/MethodHandleImpl.java
! src/share/classes/java/lang/invoke/MethodHandleNatives.java
! src/share/classes/java/lang/invoke/MethodHandleStatics.java
! src/share/classes/java/lang/invoke/MethodHandles.java
! src/share/classes/sun/invoke/util/ValueConversions.java
! test/java/lang/invoke/InvokeDynamicPrintArgs.java

Changeset: 34481a4012c3
Author:    jrose
Date:      2011-06-01 23:56 -0700
URL:       http://hg.openjdk.java.net/hsx/hotspot-comp/jdk/rev/34481a4012c3

7049122: java/lang/invoke/RicochetTest.java with MAX_ARITY=255 in -Xcomp mode overflows code cache
Summary: reduce the scope of the unit test (mark high water mark of testing with @ignore tags)
Reviewed-by: never

! test/java/lang/invoke/RicochetTest.java



More information about the hotspot-compiler-dev mailing list