< prev index next >

src/share/vm/utilities/globalDefinitions_xlc.hpp

Print this page

        

*** 123,132 **** --- 123,134 ---- #define DEBUG_EXCEPTION ::abort(); extern "C" void breakpoint(); #define BREAKPOINT ::breakpoint() + #define NORETURN_ATTRIBUTE(function) function __attribute__((noreturn)) + // checking for nanness #ifdef AIX inline int g_isnan(float f) { return isnan(f); } inline int g_isnan(double f) { return isnan(f); } #else
< prev index next >