hotspot/src/share/vm/runtime/java.cpp
changeset 46589 f1c04490ded1
parent 46560 388aa8d67c80
child 46657 cc4ac8d1ef6b
--- a/hotspot/src/share/vm/runtime/java.cpp	Wed Jun 28 20:21:04 2017 +0000
+++ b/hotspot/src/share/vm/runtime/java.cpp	Wed Jun 28 19:12:58 2017 -0400
@@ -446,7 +446,7 @@
 #endif
 
   // Hang forever on exit if we're reporting an error.
-  if (ShowMessageBoxOnError && is_error_reported()) {
+  if (ShowMessageBoxOnError && VMError::is_error_reported()) {
     os::infinite_sleep();
   }