hotspot/src/share/vm/utilities/vmError.hpp
changeset 35176 11a9d4022d9e
parent 34139 0728fe06ccf8
child 38266 aa3dbc37ede9
--- a/hotspot/src/share/vm/utilities/vmError.hpp	Mon Dec 07 09:19:26 2015 -0800
+++ b/hotspot/src/share/vm/utilities/vmError.hpp	Wed Dec 09 14:56:02 2015 +0100
@@ -92,6 +92,10 @@
     return (id != OOM_MALLOC_ERROR) && (id != OOM_MMAP_ERROR);
   }
 
+  // Write a hint to the stream in case siginfo relates to a segv/bus error
+  // and the offending address points into CDS store.
+  static void check_failing_cds_access(outputStream* st, const void* siginfo);
+
   static void report_and_die(Thread* thread, unsigned int sig, address pc, void* siginfo,
                              void* context, const char* detail_fmt, ...) ATTRIBUTE_PRINTF(6, 7);
   static void report_and_die(const char* message, const char* detail_fmt, ...) ATTRIBUTE_PRINTF(2, 3);