Searched refs:value_string (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp434 // caller frees value_string if necessary
435 void Exceptions::debug_check_abort(const char *value_string, const char* message) { argument
436 if (AbortVMOnException != NULL && value_string != NULL &&
437 strstr(value_string, AbortVMOnException)) {
440 fatal(err_msg("Saw %s, aborting", value_string));
H A Dexceptions.hpp165 NOT_PRODUCT(static void debug_check_abort(const char *value_string, const char* message = NULL);)

Completed in 29 milliseconds