Skip to content

Commit 7a55914

Browse files
committed
8264196: Change link_and_cleanup_shared_classes(CATCH) to CHECK
Reviewed-by: minqi, iklam
1 parent b84f690 commit 7a55914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/memory/metaspaceShared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ void MetaspaceShared::preload_and_dump_impl(TRAPS) {
760760
// were not explicitly specified in the classlist. E.g., if an interface implemented by class K
761761
// fails verification, all other interfaces that were not specified in the classlist but
762762
// are implemented by K are not verified.
763-
link_and_cleanup_shared_classes(CATCH);
763+
link_and_cleanup_shared_classes(CHECK);
764764
log_info(cds)("Rewriting and linking classes: done");
765765

766766
#if INCLUDE_CDS_JAVA_HEAP

0 commit comments

Comments
 (0)