hotspot/src/cpu/x86/vm/c2_globals_x86.hpp
changeset 42063 dca9294d9f59
parent 37292 64f6ae06310e
child 45804 41b19cb98a96
equal deleted inserted replaced
42062:473286891dd8 42063:dca9294d9f59
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2016, 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.
    81 define_pd_global(bool, UseCISCSpill,                 true);
    81 define_pd_global(bool, UseCISCSpill,                 true);
    82 define_pd_global(bool, OptoScheduling,               false);
    82 define_pd_global(bool, OptoScheduling,               false);
    83 define_pd_global(bool, OptoBundling,                 false);
    83 define_pd_global(bool, OptoBundling,                 false);
    84 define_pd_global(bool, OptoRegScheduling,            true);
    84 define_pd_global(bool, OptoRegScheduling,            true);
    85 define_pd_global(bool, SuperWordLoopUnrollAnalysis,  true);
    85 define_pd_global(bool, SuperWordLoopUnrollAnalysis,  true);
       
    86 define_pd_global(bool, IdealizeClearArrayNode,       true);
    86 
    87 
    87 define_pd_global(intx, ReservedCodeCacheSize,        48*M);
    88 define_pd_global(intx, ReservedCodeCacheSize,        48*M);
    88 define_pd_global(intx, NonProfiledCodeHeapSize,      21*M);
    89 define_pd_global(intx, NonProfiledCodeHeapSize,      21*M);
    89 define_pd_global(intx, ProfiledCodeHeapSize,         22*M);
    90 define_pd_global(intx, ProfiledCodeHeapSize,         22*M);
    90 define_pd_global(intx, NonNMethodCodeHeapSize,       5*M );
    91 define_pd_global(intx, NonNMethodCodeHeapSize,       5*M );