< prev index next >

src/os/linux/vm/os_linux.cpp

Print this page

        

@@ -2400,11 +2400,11 @@
     return;
   }
 
   // Ctrl-C is pressed during error reporting, likely because the error
   // handler fails to abort. Let VM die immediately.
-  if (sig == SIGINT && is_error_reported()) {
+  if (sig == SIGINT && VMError::is_error_reported()) {
     os::die();
   }
 
   os::signal_notify(sig);
 }
< prev index next >