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

Control of references #72

Merged
merged 9 commits into from
Jun 10, 2023
Merged

Control of references #72

merged 9 commits into from
Jun 10, 2023

Conversation

pavly-gerges
Copy link
Member

This PR aims at:

  • Providing a way to manipulate Java object references using Weak References which are garbage collectibles.
  • Optimization of the object monitors at the GarbageCollectibleBufferAllocator.

@pavly-gerges pavly-gerges added enhancement New feature or request core Concerning API core code labels Jun 6, 2023
@pavly-gerges pavly-gerges linked an issue Jun 6, 2023 that may be closed by this pull request
@pavly-gerges pavly-gerges merged commit 3241778 into master Jun 10, 2023
17 checks passed
@pavly-gerges pavly-gerges deleted the control-of-references branch June 10, 2023 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Concerning API core code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] References memory leak
1 participant