comparison src/cpu/x86/vm/c2_globals_x86.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents d8a09bbba79a 5f17b16b3219
children e522a00b91aa
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
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.
43 #ifdef CC_INTERP 43 #ifdef CC_INTERP
44 define_pd_global(bool, ProfileInterpreter, false); 44 define_pd_global(bool, ProfileInterpreter, false);
45 #else 45 #else
46 define_pd_global(bool, ProfileInterpreter, true); 46 define_pd_global(bool, ProfileInterpreter, true);
47 #endif // CC_INTERP 47 #endif // CC_INTERP
48 define_pd_global(bool, TieredCompilation, true); 48 define_pd_global(bool, TieredCompilation, trueInTiered);
49 define_pd_global(intx, CompileThreshold, 10000); 49 define_pd_global(intx, CompileThreshold, 10000);
50 define_pd_global(intx, BackEdgeThreshold, 100000); 50 define_pd_global(intx, BackEdgeThreshold, 100000);
51 51
52 define_pd_global(intx, OnStackReplacePercentage, 140); 52 define_pd_global(intx, OnStackReplacePercentage, 140);
53 define_pd_global(intx, ConditionalMoveLimit, 3); 53 define_pd_global(intx, ConditionalMoveLimit, 3);