hotspot/src/os/bsd/vm/os_bsd.cpp
changeset 46589 f1c04490ded1
parent 46507 7db40fa6eff7
child 46619 a3919f5e8d2b
--- a/hotspot/src/os/bsd/vm/os_bsd.cpp	Wed Jun 28 20:21:04 2017 +0000
+++ b/hotspot/src/os/bsd/vm/os_bsd.cpp	Wed Jun 28 19:12:58 2017 -0400
@@ -1847,7 +1847,7 @@
 
   // 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();
   }