8264196: Change link_and_cleanup_shared_classes(CATCH) to CHECK
Reviewed-by: minqi, iklam
This commit is contained in:
parent
b84f690127
commit
7a5591402c
@ -760,7 +760,7 @@ void MetaspaceShared::preload_and_dump_impl(TRAPS) {
|
||||
// were not explicitly specified in the classlist. E.g., if an interface implemented by class K
|
||||
// fails verification, all other interfaces that were not specified in the classlist but
|
||||
// are implemented by K are not verified.
|
||||
link_and_cleanup_shared_classes(CATCH);
|
||||
link_and_cleanup_shared_classes(CHECK);
|
||||
log_info(cds)("Rewriting and linking classes: done");
|
||||
|
||||
#if INCLUDE_CDS_JAVA_HEAP
|
||||
|
Loading…
Reference in New Issue
Block a user