Ej-technologies libera nova versão JProfiler 6.0

A ej-technologies liberou recentemente a versão 6.0 do JProfiler bastante conhecida pela comunidade.
Segue abaixo uma pequena review das novas features:

[quote]New features:
[list]Current locking and locking history graphs[/list][list]Thread dumps view[/list][list]Method statistics view[/list][list]Exceptional method runs: Analyze the slowest executions of selected ethods in detail[/list][list]“Tree map” view mode in all call tree views and the biggest objects view of the heap walker[/list][list]Auto-tuning for dynamic instrumentation: Methods with disproportional overhead will be suggested for a list of ignored methods[/list][list]Simplified manual configuration of profiling with a single -agentpath VM parameter for Java 5+[/list][list]Changing profiling settings without restarting the profiled JVM for Java 6+[/list][list]Loading snapshots from IDE integrations[/list][list]Support for FreeBSD x86 and Linux PPC[/list][list]Thread history view: Tool tips with stack traces and links to the monitor section[/list][list]Monitor history view: Integration with the new locking graphs[/list][list]Call tracer: Added stack trace context information[/list][list]Configurable levels and threshold for expansion in call trees[/list][list]“Select in heap walker” actions now also work with snapshots. In live sessions you will be asked whether to use the current heap dump or whether to take a new one[/list][list]Conditional recording of the monitor event history[/list][list]Profiling without waiting at startup (nowait mode) does not require a config file for Java 6+ anymore[/list][list]Minimum number of significant digits for data feed labels in VM telemetries[/list][list]New icon set for Windows Vista/Windows 7 and all other non-Windows XP platforms[/list][list]Remember window sizes for JProfiler frames[/list][list]IDE integration for Netbeans 6.8 with support for profiling Glassfish v3[/list][list]IDE integration for IntelliJ Idea 9[/list][list]Integration wizard for JBoss 5.1[/list][list]Integration wizard for Glassfish v3[/list][list]Integration wizard for Coldfusion 9[/list][list]Integration wizard for Oracle Weblogic 11g[/list][/quote]
Fonte: Segundo e-mail que recebi[quote]We are happy to announce the immediate availability of JProfiler 6.0.
JProfiler 6.0 has many new features including reworked thread profiling, a method statistics view, exceptional method run recording, tree maps, auto-tuning for instrumentation, support for FreeBSD x86 as well as Linux PPC, and much more.

Please see the summary at:
http://www.ej-technologies.com/products/jprofiler/whatsnew6.html

We invite you to try out JProfiler 6.0 at:
http://www.ej-technologies.com/download/jprofiler/trial

Kind regards,
Hannes Kegel
ej-technologies GmbH[/quote]
Site Oficial: http://www.ej-technologies.com/products/jprofiler/whatsnew6.html

Essa ferramenta não suporta o Jrockit da oracle, não é?
Já tentei utilizar para analisar uma aplicação rodando em um Weblogic 10.3 porém ele não funcionou.
Será que essa versão suporta (ou algum dia suportará)?

[quote=nightmare]Essa ferramenta não suporta o Jrockit da oracle, não é?
Já tentei utilizar para analisar uma aplicação rodando em um Weblogic 10.3 porém ele não funcionou.
Será que essa versão suporta (ou algum dia suportará)?[/quote]
mas tem certeza que não da pra substituir a vm jrockit pela oficial só pra testar isso? uma classe compilada que não roda na vm oficial seria muito estranho, duvido muito que o código seja incompatível. acho que vale a pena tentar substituir essa vm pelo menos pra testar.