--- old/src/share/vm/shark/llvmHeaders.hpp 2013-04-09 15:30:31.000000000 -0400 +++ new/src/share/vm/shark/llvmHeaders.hpp 2013-04-09 15:30:30.000000000 -0400 @@ -1,5 +1,5 @@ /* - * 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. * @@ -30,11 +30,6 @@ #undef assert #endif -#ifdef DEBUG - #define SHARK_DEBUG - #undef DEBUG -#endif - #include #include #include @@ -90,12 +85,4 @@ #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