(original) (raw)
src/share/vm/utilities/debug.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/utilities/debug.hpp Thu Nov 5 15:51:20 2015** --- new/src/share/vm/utilities/debug.hpp Thu Nov 5 15:51:20 2015
*** 193,203 **** --- 193,204 ----
// types of VM error - originally in vmError.hpp enum VMErrorType { INTERNAL_ERROR = 0xe0000000, OOM_MALLOC_ERROR = 0xe0000001, ! OOM_MMAP_ERROR = 0xe0000002, + VM_INFO = 0xe0000003 };
// error reporting helper functions void report_vm_error(const char* file, int line, const char* error_msg); #if !defined(GNUC) || defined (clang_major) || (((GNUC == 4) && (GNUC_MINOR >= 8)) || GNUC > 4)
src/share/vm/utilities/debug.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File