< prev index next >

src/hotspot/share/utilities/exceptions.hpp

Print this page

        

*** 240,249 **** --- 240,251 ---- #ifdef THIS_FILE #define THREAD_AND_LOCATION THREAD, THIS_FILE, __LINE__ #else #define THREAD_AND_LOCATION THREAD, __FILE__, __LINE__ #endif + #define THREAD_AND_LOCATION_DECL TRAPS, const char* file, int line + #define THREAD_AND_LOCATION_ARGS THREAD, file, line #define THROW_OOP(e) \ { Exceptions::_throw_oop(THREAD_AND_LOCATION, e); return; } #define THROW_HANDLE(e) \
< prev index next >