hotspot/src/cpu/aarch64/vm/globals_aarch64.hpp
changeset 36099 bb0cc62ab037
parent 35148 5cfafc99d791
child 36103 363dc2b4fc1c
equal deleted inserted replaced
36098:e056a98ac7ca 36099:bb0cc62ab037
     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) 2015, Red Hat Inc. All rights reserved.
     3  * Copyright (c) 2015, 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
    30 #include "utilities/macros.hpp"
    30 #include "utilities/macros.hpp"
    31 
    31 
    32 // Sets the default values for platform dependent flags used by the runtime system.
    32 // Sets the default values for platform dependent flags used by the runtime system.
    33 // (see globals.hpp)
    33 // (see globals.hpp)
    34 
    34 
    35 define_pd_global(bool, ConvertSleepToYield,      true);
       
    36 define_pd_global(bool, ShareVtableStubs,         true);
    35 define_pd_global(bool, ShareVtableStubs,         true);
    37 define_pd_global(bool, NeedsDeoptSuspend,        false); // only register window machines need this
    36 define_pd_global(bool, NeedsDeoptSuspend,        false); // only register window machines need this
    38 
    37 
    39 define_pd_global(bool, ImplicitNullChecks,       true);  // Generate code for implicit null checks
    38 define_pd_global(bool, ImplicitNullChecks,       true);  // Generate code for implicit null checks
    40 define_pd_global(bool, TrapBasedNullChecks,  false);
    39 define_pd_global(bool, TrapBasedNullChecks,  false);