ニュース

JAX London 2016において、OracleのOla Westin氏がJava Mission Controlについての見識を提供した。
Red Hat によって開発されたコンテナネイティブの JVM アプリケーションの Cryostat は、Java Flight Recorder (JFR) を使用して Java コンテナの監視および ...
Java Flight Recorder is a JVM profiler that continuously gathers performance metrics and won't cause performance issues or extra runtime costs.
You can fix your Java memory leak problem without a costly JVM heap dump. Just use Java Flight Recorder's Old Object Sample event and view the recording in JDK Mission Control.
これが商用機能だったんですが、Java11でオープンソースになってJava Flight RecorderだったのがJDK Flight Recorderになって、Java14ではイベントストリーミングが入っています。 あと、インストーラ付きのパッケージングツールがJava14で入っています。
たとえば、 Javaアプリケーションの状態調査に役立つプロファイリング情報を集めるJava Flight Recorderなどですね。 これまでは有償のOracle版JDKにしか存在しなかったものを、 徐々に徐々にOpenJDK OSSコミュニティへ寄贈しています。
Skogsluft project would introduce profiling features that span Java and native code execution and provide more precise and flexible profiling options.
The GraalVM 19.2 feature release, announced last week, comes with a number of significant enhancements, including improved profile-guided optimizations, an LLVM toolchain, and preview of new Java ...
[4] JFR/JMC(Java Flight Recorder/Java Mission Control):アプリケーションの稼働状況を記録し(JFR)、ヒープ使用量やCPU使用率などをGUIで確認できる(JMC)モニタリングツール。 これまではOracleから有償で提供されていた。