[crac] RFR: Close files opened by Decoder before checkpoint
Radim Vansa
rvansa at openjdk.org
Mon Sep 25 13:25:09 UTC 2023
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.
-------------
Commit messages:
- Close files opened by Decoder before checkpoint
Changes: https://git.openjdk.org/crac/pull/116/files
Webrev: https://webrevs.openjdk.org/?repo=crac&pr=116&range=00
Stats: 79 lines in 4 files changed: 79 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/crac/pull/116.diff
Fetch: git fetch https://git.openjdk.org/crac.git pull/116/head:pull/116
PR: https://git.openjdk.org/crac/pull/116
More information about the crac-dev
mailing list