hotspot/src/os/windows/vm/os_windows.cpp
changeset 46589 f1c04490ded1
parent 46587 6c97f34cb194
child 46610 d3e75e23b534
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Wed Jun 28 20:21:04 2017 +0000
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Wed Jun 28 19:12:58 2017 -0400
@@ -1979,7 +1979,7 @@
 static BOOL WINAPI consoleHandler(DWORD event) {
   switch (event) {
   case CTRL_C_EVENT:
-    if (is_error_reported()) {
+    if (VMError::is_error_reported()) {
       // Ctrl-C is pressed during error reporting, likely because the error
       // handler fails to abort. Let VM die immediately.
       os::die();