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

src/share/vm/services/heapDumper.hpp

Print this page

        

*** 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_from_oome() KERNEL_RETURN; }; #endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP --- 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() NOT_SERVICES_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