src/share/vm/shark/shark_globals.hpp

changeset 2314
f95d63e2154a
parent 2047
d2ede61b7a12
child 4314
2cd5e15048e6
     1.1 --- a/src/share/vm/shark/shark_globals.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/shark/shark_globals.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2008, 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -23,6 +23,14 @@
    1.11   *
    1.12   */
    1.13  
    1.14 +#ifndef SHARE_VM_SHARK_SHARK_GLOBALS_HPP
    1.15 +#define SHARE_VM_SHARK_SHARK_GLOBALS_HPP
    1.16 +
    1.17 +#include "runtime/globals.hpp"
    1.18 +#ifdef TARGET_ARCH_zero
    1.19 +# include "shark_globals_zero.hpp"
    1.20 +#endif
    1.21 +
    1.22  #define SHARK_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct) \
    1.23                                                                                \
    1.24    product(intx, MaxNodeLimit, 65000,                                          \
    1.25 @@ -52,3 +60,5 @@
    1.26            "Warn about things that could be made faster")                      \
    1.27  
    1.28  SHARK_FLAGS(DECLARE_DEVELOPER_FLAG, DECLARE_PD_DEVELOPER_FLAG, DECLARE_PRODUCT_FLAG, DECLARE_PD_PRODUCT_FLAG, DECLARE_DIAGNOSTIC_FLAG, DECLARE_NOTPRODUCT_FLAG)
    1.29 +
    1.30 +#endif // SHARE_VM_SHARK_SHARK_GLOBALS_HPP

mercurial