< prev index next >

src/share/vm/utilities/globalDefinitions_gcc.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1998, 2014, 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) 1998, 2015, 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.
*** 218,228 **** //---------------------------------------------------------------------------------------------------- // Debugging #define DEBUG_EXCEPTION ::abort(); ! #ifdef ARM #ifdef SOLARIS #define BREAKPOINT __asm__ volatile (".long 0xe1200070") #else #define BREAKPOINT __asm__ volatile (".long 0xe7f001f0") #endif --- 218,228 ---- //---------------------------------------------------------------------------------------------------- // Debugging #define DEBUG_EXCEPTION ::abort(); ! #ifdef ARM32 #ifdef SOLARIS #define BREAKPOINT __asm__ volatile (".long 0xe1200070") #else #define BREAKPOINT __asm__ volatile (".long 0xe7f001f0") #endif
< prev index next >