src/share/vm/services/heapDumper.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/heapDumper.hpp	Fri Sep 21 10:49:58 2012
--- new/src/share/vm/services/heapDumper.hpp	Fri Sep 21 10:49:57 2012

*** 74,84 **** --- 74,84 ---- int dump(const char* path); // 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

src/share/vm/services/heapDumper.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File