8265036: JFR: Remove use of -XX:StartFlightRecording= and -XX:FlightRecorderOptions=

Reviewed-by: cjplummer
This commit is contained in:
Erik Gahlin 2021-04-20 15:53:45 +00:00
parent 72c88fc45d
commit 4dcaac1feb
40 changed files with 104 additions and 104 deletions

View file

@ -1361,7 +1361,7 @@ bool SystemDictionaryShared::should_be_excluded(InstanceKlass* k) {
}
if (is_jfr_event_class(k)) {
// We cannot include JFR event classes because they need runtime-specific
// instrumentation in order to work with -XX:FlightRecorderOptions=retransform=false.
// instrumentation in order to work with -XX:FlightRecorderOptions:retransform=false.
// There are only a small number of these classes, so it's not worthwhile to
// support them and make CDS more complicated.
warn_excluded(k, "JFR event class");