Is there a way to get a comprehensive list of VM options for Java Flight Recorder (JFR). I am particularly interested in OpenJdk 8 & OpenJdk 11
so far I find this list quite usefull https://chriswhocodes.com/hotspot_options_jdk8.html
also
java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version
Is there any resource that would provide list of options available for JFR?