Skip to content

Commit

Permalink
8264196: Change link_and_cleanup_shared_classes(CATCH) to CHECK
Browse files Browse the repository at this point in the history
Reviewed-by: minqi, iklam
  • Loading branch information
calvinccheung committed Apr 22, 2021
1 parent b84f690 commit 7a55914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/memory/metaspaceShared.cpp
Expand Up @@ -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
Expand Down

1 comment on commit 7a55914

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.