comparison src/cpu/ppc/vm/c2_globals_ppc.hpp @ 17807:71a71b0bc844

8037915: PPC64/AIX: Several smaller fixes Reviewed-by: kvn
author goetz
date Thu, 20 Mar 2014 11:03:06 +0100
parents 67fa91961822
children
comparison
equal deleted inserted replaced
17806:9200402b42d5 17807:71a71b0bc844
1 /* 1 /*
2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3 * Copyright 2012, 2013 SAP AG. All rights reserved. 3 * Copyright 2012, 2014 SAP AG. All rights reserved.
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.
85 // Ergonomics related flags 85 // Ergonomics related flags
86 define_pd_global(uint64_t,MaxRAM, 4ULL*G); 86 define_pd_global(uint64_t,MaxRAM, 4ULL*G);
87 define_pd_global(uintx, CodeCacheMinBlockLength, 4); 87 define_pd_global(uintx, CodeCacheMinBlockLength, 4);
88 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K); 88 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K);
89 89
90 define_pd_global(bool, TrapBasedRangeChecks, false); 90 define_pd_global(bool, TrapBasedRangeChecks, true);
91 91
92 // Heap related flags 92 // Heap related flags
93 define_pd_global(uintx,MetaspaceSize, ScaleForWordSize(16*M)); 93 define_pd_global(uintx,MetaspaceSize, ScaleForWordSize(16*M));
94 94
95 // Ergonomics related flags 95 // Ergonomics related flags