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:
parent
2f6d30beca
commit
f0a88e10f3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user