diff src/share/vm/classfile/vmSymbols.hpp @ 13403:9d15b81d5d1b

8016839: JSR292: AME instead of IAE when calling a method Summary: Catch missing-because-illegal case for itable entries and use an exception-throwing method instead of null. Reviewed-by: acorn, jrose, coleenp
author drchase
date Tue, 26 Nov 2013 18:16:04 -0500
parents cdf20166ec45
children 02f27ecb4f3a 68343762fd63
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Fri Nov 22 13:42:46 2013 -0800
+++ b/src/share/vm/classfile/vmSymbols.hpp	Tue Nov 26 18:16:04 2013 -0500
@@ -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")                     \