Does OpenJDK 1.8 support JFR?
问题 I'm not sure if OpenJDK 1.8 supports JFR (java flight recorder). I know it was requested on the OpenJDK bugs forum. Using OpenJDK on Linux and executing the following from a terminal: jcmd `<pid>` JFR.start returns java.lang.IllegalArgumentException: Unknown diagnostic command 回答1: The OpenJDK 8 source code does not include the Java Flight Recorder implementation. That feature has been targeted to become part of OpenJDK source code with JDK 11, per http://openjdk.java.net/projects/jdk/11/ .