We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84f690 commit 7a55914Copy full SHA for 7a55914
src/hotspot/share/memory/metaspaceShared.cpp
@@ -760,7 +760,7 @@ void MetaspaceShared::preload_and_dump_impl(TRAPS) {
760
// were not explicitly specified in the classlist. E.g., if an interface implemented by class K
761
// fails verification, all other interfaces that were not specified in the classlist but
762
// are implemented by K are not verified.
763
- link_and_cleanup_shared_classes(CATCH);
+ link_and_cleanup_shared_classes(CHECK);
764
log_info(cds)("Rewriting and linking classes: done");
765
766
#if INCLUDE_CDS_JAVA_HEAP
0 commit comments