src/share/vm/shark/llvmHeaders.hpp

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. * Copyright 2008, 2009, 2010 Red Hat, Inc. * 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 --- 1,7 ---- /* ! * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright 2008, 2009, 2010 Red Hat, Inc. * 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
*** 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 ----