hotspot Udiff src/share/vm/utilities/exceptions.hpp (original) (raw)
@@ -172,12 +172,12 @@ static bool has_exception_counts(); static void count_out_of_memory_exceptions(Handle exception); static void print_exception_counts_on_error(outputStream* st);
// for AbortVMOnException flag
- NOT_PRODUCT(static void debug_check_abort(Handle exception, const char* message = NULL);)
- NOT_PRODUCT(static void debug_check_abort(const char value_string, const char message = NULL);)
- static void debug_check_abort(Handle exception, const char* message = NULL);
- static void debug_check_abort(const char value_string, const char message = NULL); };
// The THREAD & TRAPS macros facilitate the declaration of functions that throw exceptions. // Convention: Use the TRAPS macro as the last argument of such a function; e.g.: