Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fastdebug/debug builds for JDK 7

Tags:

java

I'm searching for debug (or fast debug builds as they call it I guess) of the JDK to enable printing assembly generated at runtime and other diagnostics required when hunting down performance issues. As it stands, I can't seem to find a "ready" fast debug build binary bundle which can be directly used. Can someone please help me out in giving a download link or at least providing hints as to what would be the path of least resistance to get those builds?

like image 253
sasuke Avatar asked Jan 27 '12 06:01

sasuke


1 Answers

You say about "hunting down performance issues". I can suggest you to use some profiler tool, like http://visualvm.java.net/ or tptp inside eclipse.

But, if you really want the fastdebug budle, you can download then at: http://download.java.net/jdk6/6u25/promoted/b03/index.html

like image 79
Pih Avatar answered Oct 25 '22 18:10

Pih