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

Interface for viewing method byte code #1

Open
masterav10 opened this issue Feb 4, 2013 · 0 comments
Open

Interface for viewing method byte code #1

masterav10 opened this issue Feb 4, 2013 · 0 comments
Assignees

Comments

@masterav10
Copy link
Owner

codecache4j should provide a user interface to view byte code counts for methods.

Method measurements will need to be done at runtime to account for runtime instrumentation.

The current plan is to provide a GUI interface that can be used to identify methods in a class, and show their current implementation in the same way javap works. Runtime instrumentation will be provided through a Java Agent (as described in the java.lang.instrument package specification).

@ghost ghost assigned masterav10 Feb 4, 2013
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

1 participant