hotspot/src/share/vm/utilities/vmError.cpp
changeset 8476 7e34c2d4cf9b
parent 8119 81eef1b06988
child 10565 dc90c239f4ec
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Sat Feb 26 13:33:23 2011 -0500
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Mon Feb 28 14:19:52 2011 +0100
@@ -802,7 +802,7 @@
     first_error_tid = mytid;
     set_error_reported();
 
-    if (ShowMessageBoxOnError) {
+    if (ShowMessageBoxOnError || PauseAtExit) {
       show_message_box(buffer, sizeof(buffer));
 
       // User has asked JVM to abort. Reset ShowMessageBoxOnError so the