Java SE 6の最新版となるJDK 6 Update 7が公開されている。JDK 6 Update 7では13のバグが修正されているほかOlsonタイムゾーンデータバージョン2008bの同梱が実施されている。ただし、もっとも注目すべきはほかにある。JDK 6 Update 7からはじめてJava VisualVMが配布物に同梱 ...
26日(米国時間)、VisualVMの最新版となるVisualVM 1.3が公開された。VisualVMはJavaアプリケーションの動作情報を視覚化するツール群。Java仮想マシンが提供するデータを集約し再構築して、ユーザに対してさまざまな角度から視覚化された情報を提供する。 VisualVM 1. ...
Although jstack (Java Stack Trace) is a useful tool for learning more about a how a Java thread is behaving, VisualVM is an even easier method for obtaining the same type of information. It is easy to ...
As I have worked with JRuby, it has been interesting to observe the intersection of the Java and Ruby communities. Because JRuby potentially combines with best of the JVM with the best of Ruby, it is ...