< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

*** 221,230 **** --- 221,232 ---- #else extern "C" void breakpoint(); #define BREAKPOINT ::breakpoint() #endif + #define NORETURN_ATTRIBUTE(function) function __attribute__ ((noreturn)) + // checking for nanness #ifdef SOLARIS #ifdef SPARC inline int g_isnan(float f) { return isnanf(f); } #else
< prev index next >