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

View code as HotSpot does #2

Open
kcpeppe opened this issue Feb 14, 2013 · 0 comments
Open

View code as HotSpot does #2

kcpeppe opened this issue Feb 14, 2013 · 0 comments

Comments

@kcpeppe
Copy link

kcpeppe commented Feb 14, 2013

There are a number of thresholds that control which methods and when these methods will be compiled by HotSpot. It would be nice to have a tool that would list or otherwise highlight methods that violate some of the static rules.

Possible target deployments include;

  1. The 3 major IDEs, Eclipse, NetBean and IntelliJ
  2. The 3 major build tools, Maven, Graddle, and ANT
  3. Jenkins continuous test/deploy server

The tool would highlight the method along with a reason as to why HotSpot would not consider it as a candidate for JIT'ing. The most obvious reasons are method size and levels of nesting.

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