History log of /openjdk9/hotspot/test/runtime/jni/ToStringInInterfaceTest/libToStringTest.c
Revision Date Author Comments
# 8474:3cd78165832b 02-Jun-2015 aeriksso

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