hotspot/src/share/vm/utilities/globalDefinitions_gcc.hpp
changeset 29474 81a5c5330d08
parent 26693 f2910bf56d71
child 29581 b8d83fef0c8e
equal deleted inserted replaced
29362:4188dc7f05a8 29474:81a5c5330d08
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   218 //----------------------------------------------------------------------------------------------------
   218 //----------------------------------------------------------------------------------------------------
   219 // Debugging
   219 // Debugging
   220 
   220 
   221 #define DEBUG_EXCEPTION ::abort();
   221 #define DEBUG_EXCEPTION ::abort();
   222 
   222 
   223 #ifdef ARM
   223 #ifdef ARM32
   224 #ifdef SOLARIS
   224 #ifdef SOLARIS
   225 #define BREAKPOINT __asm__ volatile (".long 0xe1200070")
   225 #define BREAKPOINT __asm__ volatile (".long 0xe1200070")
   226 #else
   226 #else
   227 #define BREAKPOINT __asm__ volatile (".long 0xe7f001f0")
   227 #define BREAKPOINT __asm__ volatile (".long 0xe7f001f0")
   228 #endif
   228 #endif