< prev index next >

src/share/vm/utilities/globalDefinitions_sparcWorks.hpp

Print this page
rev 13110 : imported patch target_macros

*** 1,7 **** /* ! * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 209,224 **** typedef int (*int_fnP_cond_tP)(cond_t *cv); }; #endif //---------------------------------------------------------------------------------------------------- - // Debugging - - #define DEBUG_EXCEPTION ::abort(); - - extern "C" void breakpoint(); - #define BREAKPOINT ::breakpoint() // checking for nanness #ifdef SOLARIS #ifdef SPARC inline int g_isnan(float f) { return isnanf(f); } --- 209,218 ----
< prev index next >