src/hotspot/share/jfr/recorder/service/jfrOptionSet.hpp
changeset 59259 127ca611f19b
parent 53244 9807daeb47c4
equal deleted inserted replaced
59258:4c2557ab304e 59259:127ca611f19b
    78   static bool sample_protection();
    78   static bool sample_protection();
    79   DEBUG_ONLY(static void set_sample_protection(jboolean protection);)
    79   DEBUG_ONLY(static void set_sample_protection(jboolean protection);)
    80 
    80 
    81   static bool parse_flight_recorder_option(const JavaVMOption** option, char* delimiter);
    81   static bool parse_flight_recorder_option(const JavaVMOption** option, char* delimiter);
    82   static bool parse_start_flight_recording_option(const JavaVMOption** option, char* delimiter);
    82   static bool parse_start_flight_recording_option(const JavaVMOption** option, char* delimiter);
    83   static const GrowableArray<const char*>* startup_recording_options();
    83   static const GrowableArray<const char*>* start_flight_recording_options();
    84   static void release_startup_recording_options();
    84   static void release_start_flight_recording_options();
    85 };
    85 };
    86 
    86 
    87 #endif // SHARE_JFR_RECORDER_SERVICE_JFROPTIONSET_HPP
    87 #endif // SHARE_JFR_RECORDER_SERVICE_JFROPTIONSET_HPP