src/share/vm/shark/llvmHeaders.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/llvmHeaders.hpp	Tue Apr  9 18:40:43 2013
--- new/src/share/vm/shark/llvmHeaders.hpp	Tue Apr  9 18:40:43 2013

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. ! * 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 **** --- 28,37 ---- #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>
*** 88,101 **** --- 83,88 ---- #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

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