src/share/vm/jfr/recorder/service/jfrOptionSet.hpp

changeset 9925
30fb8c8cceb9
parent 9858
b985cbb00e68
child 9986
85e682d8ab91
equal deleted inserted replaced
9924:89fb452b3688 9925:30fb8c8cceb9
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_VM_JFR_RECORDER_SERVICE_JFROPTIONSET_HPP 87 #endif // SHARE_VM_JFR_RECORDER_SERVICE_JFROPTIONSET_HPP

mercurial