comparison src/cpu/zero/vm/globals_zero.hpp @ 2447:e863062e521d

7032458: Zero and Shark fixes Reviewed-by: twisti Contributed-by: Gary Benson <gbenson@redhat.com>
author twisti
date Mon, 04 Apr 2011 03:02:00 -0700
parents f95d63e2154a
children f08d439fab8c
comparison
equal deleted inserted replaced
2446:13bc79b5c9c8 2447:e863062e521d
1 /* 1 /*
2 * Copyright (c) 2000, 2010, 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, 2011 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
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
52 define_pd_global(bool, RewriteBytecodes, true); 52 define_pd_global(bool, RewriteBytecodes, true);
53 define_pd_global(bool, RewriteFrequentPairs, true); 53 define_pd_global(bool, RewriteFrequentPairs, true);
54 54
55 define_pd_global(bool, UseMembar, false); 55 define_pd_global(bool, UseMembar, false);
56 56
57 // GC Ergo Flags
58 define_pd_global(intx, CMSYoungGenPerWorker, 16*M); // default max size of CMS young gen, per GC worker thread
57 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP 59 #endif // CPU_ZERO_VM_GLOBALS_ZERO_HPP