hotspot/src/os/solaris/vm/os_solaris.cpp
changeset 46589 f1c04490ded1
parent 46540 9c0aa7bc3fe3
child 46618 d503911aa948
--- a/hotspot/src/os/solaris/vm/os_solaris.cpp	Wed Jun 28 20:21:04 2017 +0000
+++ b/hotspot/src/os/solaris/vm/os_solaris.cpp	Wed Jun 28 19:12:58 2017 -0400
@@ -2095,7 +2095,7 @@
   static void UserHandler(int sig, void *siginfo, void *context) {
     // 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();
     }