hotspot/src/cpu/aarch64/vm/c1_globals_aarch64.hpp
changeset 43605 07baf498d588
parent 29184 e234025cafb6
equal deleted inserted replaced
43604:49949d36e3f9 43605:07baf498d588
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2017, 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
    43 define_pd_global(bool, TieredCompilation,            false);
    43 define_pd_global(bool, TieredCompilation,            false);
    44 #ifdef BUILTIN_SIM
    44 #ifdef BUILTIN_SIM
    45 // We compile very aggressively with the builtin simulator because
    45 // We compile very aggressively with the builtin simulator because
    46 // doing so greatly reduces run times and tests more code.
    46 // doing so greatly reduces run times and tests more code.
    47 define_pd_global(intx, CompileThreshold,             150 );
    47 define_pd_global(intx, CompileThreshold,             150 );
    48 define_pd_global(intx, BackEdgeThreshold,            500);
       
    49 #else
    48 #else
    50 define_pd_global(intx, CompileThreshold,             1500 );
    49 define_pd_global(intx, CompileThreshold,             1500 );
    51 define_pd_global(intx, BackEdgeThreshold,            100000);
       
    52 #endif
    50 #endif
    53 
    51 
    54 define_pd_global(intx, OnStackReplacePercentage,     933  );
    52 define_pd_global(intx, OnStackReplacePercentage,     933  );
    55 define_pd_global(intx, FreqInlineSize,               325  );
    53 define_pd_global(intx, FreqInlineSize,               325  );
    56 define_pd_global(intx, NewSizeThreadIncrease,        4*K  );
    54 define_pd_global(intx, NewSizeThreadIncrease,        4*K  );
    74 define_pd_global(bool, LIRFillDelaySlots,            false);
    72 define_pd_global(bool, LIRFillDelaySlots,            false);
    75 define_pd_global(bool, OptimizeSinglePrecision,      true );
    73 define_pd_global(bool, OptimizeSinglePrecision,      true );
    76 define_pd_global(bool, CSEArrayLength,               false);
    74 define_pd_global(bool, CSEArrayLength,               false);
    77 define_pd_global(bool, TwoOperandLIRForm,            false );
    75 define_pd_global(bool, TwoOperandLIRForm,            false );
    78 
    76 
    79 define_pd_global(intx, SafepointPollOffset,          0  );
       
    80 
       
    81 #endif // CPU_AARCH64_VM_C1_GLOBALS_AARCH64_HPP
    77 #endif // CPU_AARCH64_VM_C1_GLOBALS_AARCH64_HPP