I want to get JDK 8, which was built with debugging capabilities or fastedebug to investigate a problem with low performance. To be more specific, I need a 64-bit JDK 8 build for Windows that supports the option -XX:+PrintMethodData.
However, I cannot find the publicly available JDK version with debugging support for Windows. Is my only option to use OpenJDK and create it myself?
PS: I do not need a quality JDK. I just want to get more information from JIT.
PS2: Related Links:
https://github.com/alexkasko/openjdk-unofficial-builds - OpenJDK. Only JDK 6 and 7.
https://github.com/ojdkbuild/ojdkbuild - OpenJDK 8, but without debug versions.
source
share