Changeset: 81bed6c76a89 Author: aeriksso Date: 2015-05-07 15:05 +0200 URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/81bed6c76a89 8051045: HotSpot fails to wrap Exceptions from invokedynamic in a BootstrapMethodError Reviewed-by: coleenp, dsimms ! src/share/vm/interpreter/linkResolver.cpp + test/runtime/invokedynamic/BootstrapMethodErrorTest.java Changeset: 3300e511bc3a Author: aeriksso Date: 2015-06-02 10:41 +0200 URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/3300e511bc3a 8072588: JVM crashes in JNI if toString is declared as an interface method Summary: Check for a valid itable index instead of checking if the holder is an interface Reviewed-by: dsimms, dholmes ! src/share/vm/prims/jni.cpp