hotspot/src/os/linux/vm/os_linux.cpp
changeset 46589 f1c04490ded1
parent 46512 1ba5728eda0d
child 46618 d503911aa948
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Jun 28 20:21:04 2017 +0000
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Wed Jun 28 19:12:58 2017 -0400
@@ -2402,7 +2402,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();
   }