src/cpu/zero/vm/globals_zero.hpp

changeset 2314
f95d63e2154a
parent 2223
3dc12ef8735e
child 2729
e863062e521d
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
1 /* 1 /*
2 * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc. 3 * Copyright 2007, 2008, 2009, 2010 Red Hat, Inc.
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * 5 *
6 * This code is free software; you can redistribute it and/or modify it 6 * This code is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 only, as 7 * under the terms of the GNU General Public License version 2 only, as
20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21 * or visit www.oracle.com if you need additional information or have any 21 * or visit www.oracle.com if you need additional information or have any
22 * questions. 22 * questions.
23 * 23 *
24 */ 24 */
25
26 #ifndef CPU_ZERO_VM_GLOBALS_ZERO_HPP
27 #define CPU_ZERO_VM_GLOBALS_ZERO_HPP
28
29 #include "utilities/globalDefinitions.hpp"
30 #include "utilities/macros.hpp"
25 31
26 // Set the default values for platform dependent flags used by the 32 // Set the default values for platform dependent flags used by the
27 // runtime system. See globals.hpp for details of what they do. 33 // runtime system. See globals.hpp for details of what they do.
28 34
29 define_pd_global(bool, ConvertSleepToYield, true); 35 define_pd_global(bool, ConvertSleepToYield, true);
45 51
46 define_pd_global(bool, RewriteBytecodes, true); 52 define_pd_global(bool, RewriteBytecodes, true);
47 define_pd_global(bool, RewriteFrequentPairs, true); 53 define_pd_global(bool, RewriteFrequentPairs, true);
48 54
49 define_pd_global(bool, UseMembar, false); 55 define_pd_global(bool, UseMembar, false);
56
57 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP

mercurial