diff src/share/vm/services/heapDumper.hpp @ 6856:9855b7e559ae

Merge
author collins
date Fri, 12 Oct 2012 10:49:39 -0700
parents fb19af007ffc
children
line wrap: on
line diff
--- a/src/share/vm/services/heapDumper.hpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/src/share/vm/services/heapDumper.hpp	Fri Oct 12 10:49:39 2012 -0700
@@ -76,9 +76,9 @@
   // returns error message (resource allocated), or NULL if no error
   char* error_as_C_string() const;
 
-  static void dump_heap()    KERNEL_RETURN;
+  static void dump_heap()    NOT_SERVICES_RETURN;
 
-  static void dump_heap_from_oome()    KERNEL_RETURN;
+  static void dump_heap_from_oome()    NOT_SERVICES_RETURN;
 };
 
 #endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP