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

Expose heap metadata via tables #11

Open
vlsi opened this issue Feb 5, 2019 · 2 comments
Open

Expose heap metadata via tables #11

vlsi opened this issue Feb 5, 2019 · 2 comments

Comments

@vlsi
Copy link
Owner

vlsi commented Feb 5, 2019

For instance:

  • list of classes
    Partially covered with select * from java.lang.Class
  • list of class fields
  • static field values
@dgroup
Copy link

dgroup commented Feb 5, 2019

@vlsi is it possible to do it in oracle-way tables like user_objects, user_tab_columns ?
It will be more familiar/clear for developers.

@vlsi
Copy link
Owner Author

vlsi commented Feb 6, 2019

I'm not sure user_objects / user_tab_columns can represent class/classloader/interface hierarchy.

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

No branches or pull requests

2 participants