From 7a5591402cf597c98ab1bcdb9d4d7eacf602cb81 Mon Sep 17 00:00:00 2001 From: Calvin Cheung Date: Thu, 22 Apr 2021 22:57:19 +0000 Subject: [PATCH] 8264196: Change link_and_cleanup_shared_classes(CATCH) to CHECK Reviewed-by: minqi, iklam --- src/hotspot/share/memory/metaspaceShared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/memory/metaspaceShared.cpp b/src/hotspot/share/memory/metaspaceShared.cpp index 75b83d1e937..c84cce75bc6 100644 --- a/src/hotspot/share/memory/metaspaceShared.cpp +++ b/src/hotspot/share/memory/metaspaceShared.cpp @@ -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