src/share/vm/shark/llvmHeaders.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 7104565 Cdiff src/share/vm/shark/llvmHeaders.hpp

src/share/vm/shark/llvmHeaders.hpp

Print this page

        

*** 28,42 **** #ifdef assert #undef assert #endif - #ifdef DEBUG - #define SHARK_DEBUG - #undef DEBUG - #endif - #include <llvm/Analysis/Verifier.h> #include <llvm/Argument.h> #include <llvm/Constants.h> #include <llvm/DerivedTypes.h> #include <llvm/ExecutionEngine/ExecutionEngine.h> --- 28,37 ----
*** 88,101 **** #endif // #ifndef USE_REPEATED_ASSERTS #else #define assert(p, msg) #endif - #ifdef DEBUG - #undef DEBUG - #endif - #ifdef SHARK_DEBUG - #define DEBUG - #undef SHARK_DEBUG - #endif - #endif // SHARE_VM_SHARK_LLVMHEADERS_HPP --- 83,88 ----
src/share/vm/shark/llvmHeaders.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File