< prev index next >

src/hotspot/share/jfr/jfr.hpp

Print this page

        

@@ -55,8 +55,9 @@
   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 void setup_emergency_dump_file_descriptor();
 };
 
 #endif // SHARE_JFR_JFR_HPP
< prev index next >