8016839: JSR292: AME instead of IAE when calling a method

Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null.

Reviewed-by: acorn, jrose, coleenp
This commit is contained in:
David Chase 2013-11-26 18:16:04 -05:00
parent 3646381ba6
commit 78f1afbf45
14 changed files with 763 additions and 65 deletions

View file

@ -331,6 +331,7 @@
template(findNative_name, "findNative") \
template(deadChild_name, "deadChild") \
template(addClass_name, "addClass") \
template(throwIllegalAccessError_name, "throwIllegalAccessError") \
template(getFromClass_name, "getFromClass") \
template(dispatch_name, "dispatch") \
template(getSystemClassLoader_name, "getSystemClassLoader") \