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

Merge outstanding branch and stash to sync ant and maven #277

Closed nhojpatrick closed 6 years ago

nhojpatrick commented 6 years ago

Going through my forks and found some branches not all merged in or some stashes of wip outstanding.

Ant build should match maven build, for files generated, directories generated etc.

Also adding maven wrapper usage.

chriswhocodes commented 6 years ago

Thanks for these cleanups to the build system :)