[crac] Integrated: Close files opened by Decoder before checkpoint

Radim Vansa rvansa at openjdk.org
Fri Oct 27 08:07:11 UTC 2023


On Mon, 25 Sep 2023 13:08:24 GMT, Radim Vansa <rvansa at openjdk.org> wrote:

> Native memory tracking needs to resolve some addresses for stack unwinding and the decoders keep some shared library files open as a cache. Since the decoder instances can be re-allocated anytime this fix just destroys them before a checkpoint.

This pull request has now been integrated.

Changeset: 1880603b
Author:    Radim Vansa <rvansa at openjdk.org>
URL:       https://git.openjdk.org/crac/commit/1880603bcb67e88818aa2d12ab8d23067f0fd4d9
Stats:     76 lines in 4 files changed: 76 ins; 0 del; 0 mod

Close files opened by Decoder before checkpoint

Reviewed-by: akozlov

-------------

PR: https://git.openjdk.org/crac/pull/116


More information about the crac-dev mailing list