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

Anton Kozlov akozlov at openjdk.org
Wed Nov 8 13:57:34 UTC 2023


On Mon, 2 Oct 2023 18:49:09 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.
>
> Agreed, updated.

@rvansa could this introduce a regression? https://github.com/rvansa/crac/actions/runs/6786223893/job/18448869046

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

PR Comment: https://git.openjdk.org/crac/pull/116#issuecomment-1801938233


More information about the crac-dev mailing list