Is there a way to check if a particular jdk (Oracle or OpenJDK) supports Java Flight Recorder ? I have been trying to run my app on OPEN JDK 8 as following
java -XX:StartFlightRecording
But this does not work on OPEN JDK 8
. I get following error Unrecognized VM option -XX:+UnlockCommercialFeatures
but does not work