comparison src/share/vm/services/heapDumper.hpp @ 6854:fb19af007ffc

7189254: Change makefiles for more flexibility to override defaults Summary: Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
author jprovino
date Wed, 10 Oct 2012 14:35:58 -0400
parents da91efe96a93
children
comparison
equal deleted inserted replaced
6830:81e878c53615 6854:fb19af007ffc
74 int dump(const char* path); 74 int dump(const char* path);
75 75
76 // returns error message (resource allocated), or NULL if no error 76 // returns error message (resource allocated), or NULL if no error
77 char* error_as_C_string() const; 77 char* error_as_C_string() const;
78 78
79 static void dump_heap() KERNEL_RETURN; 79 static void dump_heap() NOT_SERVICES_RETURN;
80 80
81 static void dump_heap_from_oome() KERNEL_RETURN; 81 static void dump_heap_from_oome() NOT_SERVICES_RETURN;
82 }; 82 };
83 83
84 #endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP 84 #endif // SHARE_VM_SERVICES_HEAPDUMPER_HPP