# HG changeset patch # User twisti # Date 1302788798 25200 # Node ID e9b9554f7fc31109d462b47a269c0c37bbfd483c # Parent 1fcd6e9c3965f4bf23f6a8f4fbb77fdf74de37a7# Parent dbccacb79c6369d8417ccf6539904cae913ed735 Merge diff -r dbccacb79c63 -r e9b9554f7fc3 src/share/vm/shark/llvmHeaders.hpp --- a/src/share/vm/shark/llvmHeaders.hpp Thu Apr 14 00:02:21 2011 -0700 +++ b/src/share/vm/shark/llvmHeaders.hpp Thu Apr 14 06:46:38 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. + * 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. * @@ -46,7 +46,11 @@ #include #endif #include +#if SHARK_LLVM_VERSION >= 29 +#include +#else #include +#endif #include #include #include @@ -55,8 +59,12 @@ #include #include #include +#if SHARK_LLVM_VERSION >= 29 +#include +#else #include #endif +#endif #include