Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle System.arraycopy(...) in static memory restoring #554

Open
eupp opened this issue Mar 3, 2025 · 0 comments
Open

Handle System.arraycopy(...) in static memory restoring #554

eupp opened this issue Mar 3, 2025 · 0 comments
Assignees

Comments

@eupp
Copy link
Collaborator

eupp commented Mar 3, 2025

System.arraycopy(...) call is not considered as modification by static memory snapshot tracker, so overridden values will not be remembered. This call is used in ArrayList::remove(...) for example. It also prevent lazy tracking of collections' modifications.

Related PR: #469

Known issue: #470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants