--- old/src/hotspot/share/jfr/jfr.hpp 2019-11-29 23:29:03.906649500 +0900 +++ new/src/hotspot/share/jfr/jfr.hpp 2019-11-29 23:29:03.241427500 +0900 @@ -57,6 +57,8 @@ 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