hotspot Udiff src/share/vm/utilities/exceptions.hpp (original) (raw)

Print this page


@@ -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

// 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.: