< prev index next >

src/hotspot/share/jfr/jfr.hpp

Print this page

        

*** 55,62 **** --- 55,64 ---- static bool on_start_flight_recording_option(const JavaVMOption** option, char* delimiter); static void weak_oops_do(BoolObjectClosure* is_alive, OopClosure* f); static void exclude_thread(Thread* thread); static bool is_excluded(Thread* thread); static void include_thread(Thread* thread); + static const char* get_emergency_dump_path(); + static const char* get_repository_path(); }; #endif // SHARE_JFR_JFR_HPP
< prev index next >