hotspot/src/share/vm/utilities/vmError.cpp
changeset 35176 11a9d4022d9e
parent 34305 e399e6b44631
child 35453 d164ee5260a6
child 35568 8dfb205a2886
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Dec 07 09:19:26 2015 -0800
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Wed Dec 09 14:56:02 2015 +0100
@@ -597,6 +597,14 @@
        st->cr();
      }
 
+  STEP(245, "(CDS archive access warning)" )
+
+     // Print an explicit hint if we crashed on access to the CDS archive.
+     if (_verbose && _siginfo) {
+       check_failing_cds_access(st, _siginfo);
+       st->cr();
+     }
+
   STEP(250, "(printing register info)")
 
      // decode register contents if possible