mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8329564: [JVMCI] TranslatedException::debugPrintStackTrace does not work in the libjvmci compiler.
Reviewed-by: dnsimon
This commit is contained in:
parent
16576b87b7
commit
8267d6565d
5 changed files with 31 additions and 24 deletions
|
@ -764,7 +764,7 @@ class SerializeClosure;
|
|||
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, "(IJZ)V") \
|
||||
template(decodeAndThrowThrowable_signature, "(IJZZ)V") \
|
||||
template(classRedefinedCount_name, "classRedefinedCount") \
|
||||
template(classLoader_name, "classLoader") \
|
||||
template(componentType_name, "componentType") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue