mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8181823: [AOT] jaotc doesn't work with Graal
Add new flag to indicate when to calculate class fingerprint Reviewed-by: iklam, iveresov
This commit is contained in:
parent
8041519b2e
commit
dd676c3a98
4 changed files with 6 additions and 1 deletions
|
@ -437,6 +437,7 @@ void before_exit(JavaThread* thread) {
|
|||
Thread* THREAD = thread;
|
||||
JVMCIRuntime::shutdown(THREAD);
|
||||
if (HAS_PENDING_EXCEPTION) {
|
||||
HandleMark hm(THREAD);
|
||||
Handle exception(THREAD, PENDING_EXCEPTION);
|
||||
CLEAR_PENDING_EXCEPTION;
|
||||
java_lang_Throwable::java_printStackTrace(exception, THREAD);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue