January 2015
Intermediate to advanced
298 pages
6h 27m
English
Similar to all other OpenJDK tools and projects, there is an option to download the source of the JHM and build it yourself. This might be required if a framework requires customization and an extension fix. Luckily the process is very easy and straightforward.
This recipe requires a machine with an Internet connection that is capable of running Mercurial and Maven. Basically, the requirements are the same as that for compiling and running jcstress (see the Building and running jcstress recipe).
The following steps will lead you through the process of downloading the source code and building JHM:
hg clone http://hg.openjdk.java.net/code-tools/jmh/ ...Read now
Unlock full access