AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.09k stars 439 forks source link

Updated launch scripts to support any working dir #261

Closed carymrobbins closed 7 years ago

carymrobbins commented 7 years ago

That way, you can launch it from anywhere, not just the jitwatch project directory.

chriswhocodes commented 7 years ago

Hi Cary,

Thanks for submitting this PR.

I'm sorry but I'm not going to merge it as I don't want to add a dependency on python to the Linux/UNIX/OSX startup scripts where I can't assume python will always be present.

Cheers,

Chris

carymrobbins commented 7 years ago

No need to depend on python; I could update it to use python if present, otherwise, just use the current working dir. If you'd be interested in merging that I can update the PR.

chriswhocodes commented 7 years ago

Hi Cary,

Thanks for closing this PR.

It looks like you're a Scala coder, if you'd like to contribute to the project I would really appreciate some Scala source code examples for the sandbox that exercise different aspects of the JIT compilers (inlining, escape analysis, etc.).

Hope you find JITWatch useful.

Cheers,

Chris