1 /* |
1 /* |
2 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2000, 2015, 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. |
51 define_pd_global(intx, ProfiledCodeHeapSize, 14*M ); |
51 define_pd_global(intx, ProfiledCodeHeapSize, 14*M ); |
52 define_pd_global(intx, NonNMethodCodeHeapSize, 5*M ); |
52 define_pd_global(intx, NonNMethodCodeHeapSize, 5*M ); |
53 define_pd_global(intx, CodeCacheExpansionSize, 32*K ); |
53 define_pd_global(intx, CodeCacheExpansionSize, 32*K ); |
54 define_pd_global(uintx, CodeCacheMinBlockLength, 1); |
54 define_pd_global(uintx, CodeCacheMinBlockLength, 1); |
55 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K); |
55 define_pd_global(uintx, CodeCacheMinimumUseSpace, 400*K); |
56 define_pd_global(uintx, MetaspaceSize, 12*M ); |
56 define_pd_global(size_t, MetaspaceSize, 12*M ); |
57 define_pd_global(bool, NeverActAsServerClassMachine, true ); |
57 define_pd_global(bool, NeverActAsServerClassMachine, true ); |
58 define_pd_global(intx, NewSizeThreadIncrease, 16*K ); |
58 define_pd_global(size_t, NewSizeThreadIncrease, 16*K ); |
59 define_pd_global(uint64_t,MaxRAM, 1ULL*G); |
59 define_pd_global(uint64_t, MaxRAM, 1ULL*G); |
60 define_pd_global(intx, InitialCodeCacheSize, 160*K); |
60 define_pd_global(intx, InitialCodeCacheSize, 160*K); |
61 #endif // !TIERED |
61 #endif // !TIERED |
62 |
62 |
63 define_pd_global(bool, UseTypeProfile, false); |
63 define_pd_global(bool, UseTypeProfile, false); |
64 define_pd_global(bool, RoundFPResults, false); |
64 define_pd_global(bool, RoundFPResults, false); |