JAVAProgram to Sequence Diagram Generator. This tool tries to help on analysing and understanding the behavior of the code when developping JAVA applications by generating the respective Sequence Diagram automatically at program execution.
Yet Another Java Profiler (YaJP) is a profiler tool that uses the JVMTI interface. It can be used to selectively trace a javaprogram and store this information in a compressed logfile. This logfile can then later be analyzed using the same tool.
Binah is a tool that allows both real-time and off-line visualization of multi-threaded Javaprogram execution to provide an additional perspective for understanding and debugging.