8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c

Reviewed-by: dholmes
This commit is contained in:
Jaroslav Bachorik 2013-11-08 08:47:39 +01:00
parent 2f6d30beca
commit f0a88e10f3

View File

@ -263,8 +263,8 @@ fatal_error(CrwClassImage *ci, const char *message, const char *file, int line)
/* Normal operation should NEVER reach here */
/* NO CRW FATAL ERROR HANDLER! */
(void)fprintf(stderr, "CRW: %s [%s:%d]\n", message, file, line);
abort();
}
abort();
}
#if defined(DEBUG) || !defined(NDEBUG)