hotspot/src/share/vm/runtime/os.hpp
changeset 34305 e399e6b44631
parent 33766 3290cae587f9
child 34621 7676bec20997
child 35123 b0b89d83bcf5
--- a/hotspot/src/share/vm/runtime/os.hpp	Wed Nov 18 22:00:09 2015 +0000
+++ b/hotspot/src/share/vm/runtime/os.hpp	Wed Nov 25 16:33:28 2015 +0100
@@ -476,6 +476,7 @@
 
   static ExtendedPC get_thread_pc(Thread *thread);
   static void breakpoint();
+  static bool start_debugging(char *buf, int buflen);
 
   static address current_stack_pointer();
   static address current_stack_base();
@@ -483,7 +484,7 @@
 
   static void verify_stack_alignment() PRODUCT_RETURN;
 
-  static int message_box(const char* title, const char* message);
+  static bool message_box(const char* title, const char* message);
   static char* do_you_want_to_debug(const char* message);
 
   // run cmd in a separate process and return its exit code; or -1 on failures