equal
deleted
inserted
replaced
83 |
83 |
84 void Jfr::weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f) { |
84 void Jfr::weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f) { |
85 LeakProfiler::oops_do(is_alive, f); |
85 LeakProfiler::oops_do(is_alive, f); |
86 } |
86 } |
87 |
87 |
88 bool Jfr::on_start_flight_recording_option(const JavaVMOption** option, char* tail) { |
88 bool Jfr::on_flight_recorder_option(const JavaVMOption** option, char* delimiter) { |
89 return JfrOptionSet::parse_start_flight_recording_option(option, tail); |
89 return JfrOptionSet::parse_flight_recorder_option(option, delimiter); |
90 } |
90 } |
91 |
91 |
92 bool Jfr::on_flight_recorder_option(const JavaVMOption** option, char* tail) { |
92 bool Jfr::on_start_flight_recording_option(const JavaVMOption** option, char* delimiter) { |
93 return JfrOptionSet::parse_flight_recorder_option(option, tail); |
93 return JfrOptionSet::parse_start_flight_recording_option(option, delimiter); |
94 } |
94 } |
95 |
95 |
96 Thread* Jfr::sampler_thread() { |
96 Thread* Jfr::sampler_thread() { |
97 return JfrThreadSampling::sampler_thread(); |
97 return JfrThreadSampling::sampler_thread(); |
98 } |
98 } |