hotspot/src/cpu/aarch64/vm/c2_globals_aarch64.hpp
changeset 42063 dca9294d9f59
parent 38235 b2cbc7dbebb6
child 45802 d444232b4e02
child 43605 07baf498d588
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  * Copyright (c) 2014, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2014, Red Hat Inc. 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
    70 define_pd_global(bool, UseCISCSpill,                 true);
    70 define_pd_global(bool, UseCISCSpill,                 true);
    71 define_pd_global(bool, OptoScheduling,               false);
    71 define_pd_global(bool, OptoScheduling,               false);
    72 define_pd_global(bool, OptoBundling,                 false);
    72 define_pd_global(bool, OptoBundling,                 false);
    73 define_pd_global(bool, OptoRegScheduling,            false);
    73 define_pd_global(bool, OptoRegScheduling,            false);
    74 define_pd_global(bool, SuperWordLoopUnrollAnalysis,  true);
    74 define_pd_global(bool, SuperWordLoopUnrollAnalysis,  true);
       
    75 define_pd_global(bool, IdealizeClearArrayNode,       true);
    75 
    76 
    76 define_pd_global(intx, ReservedCodeCacheSize,        48*M);
    77 define_pd_global(intx, ReservedCodeCacheSize,        48*M);
    77 define_pd_global(intx, NonProfiledCodeHeapSize,      21*M);
    78 define_pd_global(intx, NonProfiledCodeHeapSize,      21*M);
    78 define_pd_global(intx, ProfiledCodeHeapSize,         22*M);
    79 define_pd_global(intx, ProfiledCodeHeapSize,         22*M);
    79 define_pd_global(intx, NonNMethodCodeHeapSize,       5*M );
    80 define_pd_global(intx, NonNMethodCodeHeapSize,       5*M );