--- old/src/hotspot/share/jfr/jfr.hpp 2020-02-11 22:39:42.976580600 +0900 +++ new/src/hotspot/share/jfr/jfr.hpp 2020-02-11 22:39:42.183387200 +0900 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -57,6 +57,9 @@ static void exclude_thread(Thread* thread); static bool is_excluded(Thread* thread); static void include_thread(Thread* thread); + static void setup_emergency_dump_file_descriptor(); + static const char* saved_emergency_dump_path(); + static const char* repository_path(); }; #endif // SHARE_JFR_JFR_HPP