You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The 3 major IDEs, Eclipse, NetBean and IntelliJ
The 3 major build tools, Maven, Graddle, and ANT
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.
The text was updated successfully, but these errors were encountered:
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;
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.
The text was updated successfully, but these errors were encountered: