< prev index next >

src/share/vm/utilities/breakpoint.hpp

Print this page
rev 13112 : [mq]: stefank_review

*** 26,36 **** #define SHARE_VM_UTILITIES_BREAKPOINT_HPP // Provide BREAKPOINT macro for requesting stop in the debugger. // We presently only have one non-default definition, so it's not ! // worth going through the TARGET_COMPILER_HEADER() dispatch, with all // non-visCPP files being empty. #ifdef TARGET_COMPILER_visCPP #ifndef _WIN64 #define BREAKPOINT __asm { int 3 } #endif // _WIN64 --- 26,36 ---- #define SHARE_VM_UTILITIES_BREAKPOINT_HPP // Provide BREAKPOINT macro for requesting stop in the debugger. // We presently only have one non-default definition, so it's not ! // worth going through the COMPILER_HEADER() dispatch, with all // non-visCPP files being empty. #ifdef TARGET_COMPILER_visCPP #ifndef _WIN64 #define BREAKPOINT __asm { int 3 } #endif // _WIN64
< prev index next >