hotspot/src/share/vm/runtime/vmThread.cpp
changeset 5403 6b0dd9c75dde
parent 5402 c51fd0c1d005
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/runtime/vmThread.cpp	Sun Oct 11 16:19:25 2009 -0700
+++ b/hotspot/src/share/vm/runtime/vmThread.cpp	Thu Apr 22 13:23:15 2010 -0700
@@ -593,7 +593,8 @@
       // Check the VM operation allows nested VM operation. This normally not the case, e.g., the compiler
       // does not allow nested scavenges or compiles.
       if (!prev_vm_operation->allow_nested_vm_operations()) {
-        fatal2("Nested VM operation %s requested by operation %s", op->name(), vm_operation()->name());
+        fatal(err_msg("Nested VM operation %s requested by operation %s",
+                      op->name(), vm_operation()->name()));
       }
       op->set_calling_thread(prev_vm_operation->calling_thread(), prev_vm_operation->priority());
     }