src/share/vm/runtime/safepoint.cpp

changeset 9637
eef07cd490d4
parent 9448
73d689add964
parent 9600
a253fe293726
child 9806
758c07667682
     1.1 --- a/src/share/vm/runtime/safepoint.cpp	Wed Jul 03 20:04:13 2019 +0800
     1.2 +++ b/src/share/vm/runtime/safepoint.cpp	Wed Jul 03 20:42:37 2019 +0800
     1.3 @@ -800,9 +800,9 @@
     1.4      tty->print_cr("# SafepointSynchronize::begin: (End of list)");
     1.5    }
     1.6  
     1.7 -  // To debug the long safepoint, specify both DieOnSafepointTimeout &
     1.8 +  // To debug the long safepoint, specify both AbortVMOnSafepointTimeout &
     1.9    // ShowMessageBoxOnError.
    1.10 -  if (DieOnSafepointTimeout) {
    1.11 +  if (AbortVMOnSafepointTimeout) {
    1.12      char msg[1024];
    1.13      VM_Operation *op = VMThread::vm_operation();
    1.14      sprintf(msg, "Safepoint sync time longer than " INTX_FORMAT "ms detected when executing %s.",

mercurial