mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
Reviewed-by: never, kvn
This commit is contained in:
parent
456bf115aa
commit
f6bdccb45c
6 changed files with 155 additions and 53 deletions
|
@ -757,7 +757,7 @@
|
|||
template(decodeAndThrowThrowable_name, "decodeAndThrowThrowable") \
|
||||
template(encodeAnnotations_name, "encodeAnnotations") \
|
||||
template(encodeAnnotations_signature, "([BLjava/lang/Class;Ljdk/internal/reflect/ConstantPool;Z[Ljava/lang/Class;)[B")\
|
||||
template(decodeAndThrowThrowable_signature, "(JZ)V") \
|
||||
template(decodeAndThrowThrowable_signature, "(IJZ)V") \
|
||||
template(classRedefinedCount_name, "classRedefinedCount") \
|
||||
template(classLoader_name, "classLoader") \
|
||||
template(componentType_name, "componentType") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue