[crac] Integrated: Make CheckpointException/RestoreException aggregate-only
Radim Vansa
duke at openjdk.org
Fri Jun 9 13:02:14 UTC 2023
On Wed, 10 May 2023 12:20:07 GMT, Radim Vansa <duke at openjdk.org> wrote:
> CheckpointException and RestoreException (both jdk.crac and javax.crac) cannot carry any message, cause and don't collect stack trace. The sole purpose of these is to aggregate other exceptions in suppressed exceptions.
This pull request has now been integrated.
Changeset: a282698d
Author: Radim Vansa <rvansa at azul.com>
Committer: Anton Kozlov <akozlov at openjdk.org>
URL: https://git.openjdk.org/crac/commit/a282698d2bf01588172e8f54c4cfedf40f203a68
Stats: 85 lines in 7 files changed: 15 ins; 43 del; 27 mod
Make CheckpointException/RestoreException aggregate-only
Reviewed-by: akozlov
-------------
PR: https://git.openjdk.org/crac/pull/64
More information about the crac-dev
mailing list