mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
7188911: nightly failures after JSR 292 lazy method handle update (round 2)
Reviewed-by: kvn, jrose
This commit is contained in:
parent
e409ee94ae
commit
e622fcdc27
11 changed files with 147 additions and 109 deletions
|
@ -160,6 +160,7 @@
|
|||
template(java_lang_NoSuchMethodException, "java/lang/NoSuchMethodException") \
|
||||
template(java_lang_NullPointerException, "java/lang/NullPointerException") \
|
||||
template(java_lang_StringIndexOutOfBoundsException, "java/lang/StringIndexOutOfBoundsException")\
|
||||
template(java_lang_UnsupportedOperationException, "java/lang/UnsupportedOperationException") \
|
||||
template(java_lang_InvalidClassException, "java/lang/InvalidClassException") \
|
||||
template(java_lang_reflect_InvocationTargetException, "java/lang/reflect/InvocationTargetException") \
|
||||
template(java_lang_Exception, "java/lang/Exception") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue