Java SE 6の最新版となるJDK 6 Update 7が公開されている。JDK 6 Update 7では13のバグが修正されているほかOlsonタイムゾーンデータバージョン2008bの同梱が実施されている。ただし、もっとも注目すべきはほかにある。JDK 6 Update 7からはじめてJava VisualVMが配布物に同梱 ...
The AquariumにおいてVisualVM 1.1の公開が伝えられた。VisualVMはJavaアプリケーションの動作情報を視覚化するツール群。Java仮想マシンが提供するデータを集約し、再構築して、ユーザに対してさまざまな角度から視覚化された情報を提供する。JDK 6 Update 7からJDKの ...
The actions may also be manually added to e.g. debugger menu bar, if so desired. The only requirement is that the PID (process ID) is resolvable from the context ...
VisualVM freezes and becomes unresponsive when monitoring certain Java applications for extensive period of time before actually showing the profiling info. This ...
package dustin.examples; import java.util.logging.Logger; import static java.lang.System.out; public class FickleLogging { private static Logger LOGGER = Logger ...