8027429.01 Cdiff src/share/vm/utilities/debug.hpp (original) (raw)

src/share/vm/utilities/debug.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8027429.01 Cdiff src/share/vm/utilities/debug.hpp Print this page


*** 193,203 ****

// types of VM error - originally in vmError.hpp enum VMErrorType { INTERNAL_ERROR = 0xe0000000, OOM_MALLOC_ERROR = 0xe0000001, ! OOM_MMAP_ERROR = 0xe0000002 };

// 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) --- 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