hotspot/src/share/vm/utilities/debug.cpp
changeset 7719 ef138e2849eb
parent 7433 b418028612ad
child 8076 96d498ec7ae1
--- a/hotspot/src/share/vm/utilities/debug.cpp	Tue Dec 28 09:54:09 2010 -0500
+++ b/hotspot/src/share/vm/utilities/debug.cpp	Mon Jan 03 14:09:11 2011 -0500
@@ -226,7 +226,7 @@
 
 void report_vm_out_of_memory(const char* file, int line, size_t size,
                              const char* message) {
-  if (Debugging || error_is_suppressed(file, line)) return;
+  if (Debugging) return;
 
   // We try to gather additional information for the first out of memory
   // error only; gathering additional data might cause an allocation and a