src/hotspot/cpu/ppc/c2_globals_ppc.hpp
changeset 54943 6cbb5c2255e3
parent 53244 9807daeb47c4
child 58406 3764371e022f
equal deleted inserted replaced
54942:2523496f5107 54943:6cbb5c2255e3
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2018 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2019 SAP SE. 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.
    88 define_pd_global(uintx,    NonNMethodCodeHeapSize,       5*M  );
    88 define_pd_global(uintx,    NonNMethodCodeHeapSize,       5*M  );
    89 define_pd_global(uintx,    CodeCacheExpansionSize,       64*K);
    89 define_pd_global(uintx,    CodeCacheExpansionSize,       64*K);
    90 
    90 
    91 // Ergonomics related flags
    91 // Ergonomics related flags
    92 define_pd_global(uint64_t, MaxRAM,                       128ULL*G);
    92 define_pd_global(uint64_t, MaxRAM,                       128ULL*G);
    93 define_pd_global(uintx,    CodeCacheMinBlockLength,      4);
    93 define_pd_global(uintx,    CodeCacheMinBlockLength,      6);
    94 define_pd_global(uintx,    CodeCacheMinimumUseSpace,     400*K);
    94 define_pd_global(uintx,    CodeCacheMinimumUseSpace,     400*K);
    95 
    95 
    96 define_pd_global(bool,     TrapBasedRangeChecks,          true);
    96 define_pd_global(bool,     TrapBasedRangeChecks,          true);
    97 
    97 
    98 // Heap related flags
    98 // Heap related flags