comparison src/cpu/x86/vm/c2_globals_x86.hpp @ 4868:5f17b16b3219

7141059: 7116795 broke pure c2 builds Summary: Fix pure c2 builds Reviewed-by: kvn, brutisso, never
author iveresov
date Mon, 30 Jan 2012 19:37:14 -0800
parents 97825a4f7369
children 33df1aeaebbf da91efe96a93
comparison
equal deleted inserted replaced
4867:1a2723f7ad8e 4868:5f17b16b3219
1 /* 1 /*
2 * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
42 #ifdef CC_INTERP 42 #ifdef CC_INTERP
43 define_pd_global(bool, ProfileInterpreter, false); 43 define_pd_global(bool, ProfileInterpreter, false);
44 #else 44 #else
45 define_pd_global(bool, ProfileInterpreter, true); 45 define_pd_global(bool, ProfileInterpreter, true);
46 #endif // CC_INTERP 46 #endif // CC_INTERP
47 define_pd_global(bool, TieredCompilation, true); 47 define_pd_global(bool, TieredCompilation, trueInTiered);
48 define_pd_global(intx, CompileThreshold, 10000); 48 define_pd_global(intx, CompileThreshold, 10000);
49 define_pd_global(intx, BackEdgeThreshold, 100000); 49 define_pd_global(intx, BackEdgeThreshold, 100000);
50 50
51 define_pd_global(intx, OnStackReplacePercentage, 140); 51 define_pd_global(intx, OnStackReplacePercentage, 140);
52 define_pd_global(intx, ConditionalMoveLimit, 3); 52 define_pd_global(intx, ConditionalMoveLimit, 3);