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

Add native JVMTI agent with allocation sampling #35

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gharrma
Copy link
Collaborator

@gharrma gharrma commented Oct 10, 2020

For now the agent is used only in tests, not in production.
Later it may be used to estimate allocations for traced methods.

There are some things left to figure out before submitting this:

  • Plan how to build and release the native agent for all three platforms.
  • Address remaining TODO in agent.cpp
  • Decide whether estimating allocations is useful enough to be worth the added complexity

...so that the upcoming native agent can live alongside it.
For now the agent is used only in tests, not in production.
Later it may be used to estimate allocations for traced methods.
@gharrma gharrma marked this pull request as draft October 10, 2020 04:15
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.

1 participant