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

Modify bytecode injection logic for the new model checking algorithm #443

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

eupp
Copy link
Collaborator

@eupp eupp commented Jan 16, 2025

As a part of merging #410 , I moved some of the code into separate PR.

In particular, in this PR I transferred the required changes in the bytecode instrumentation:

  • Add type parameter to memory access injection functions, representing the JVM type of the instrumented field or array access.
  • Add optional ability to intercept results of reads and method calls.
  • Add a flag to control whether final fields should be tracked or not.
  • Add thread id parameter to onActorFinish method.

@eupp eupp requested a review from ndkoval January 16, 2025 20:38
@ndkoval
Copy link
Collaborator

ndkoval commented Jan 17, 2025

Let's postpone this PR until we pull changes from the trace-debugger branch

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

Successfully merging this pull request may close these issues.

2 participants