hotspot/src/cpu/zero/vm/globals_zero.hpp
changeset 36099 bb0cc62ab037
parent 35071 a0910b1d3e0d
child 36823 a901527ab496
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 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
     3  * Copyright 2007, 2008, 2009, 2010, 2011 Red Hat, Inc.
     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 // Set the default values for platform dependent flags used by the
    32 // Set the default values for platform dependent flags used by the
    33 // runtime system.  See globals.hpp for details of what they do.
    33 // runtime system.  See globals.hpp for details of what they do.
    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);
    36 define_pd_global(bool,  NeedsDeoptSuspend,    false);
    38 
    37 
    39 define_pd_global(bool,  ImplicitNullChecks,   true);
    38 define_pd_global(bool,  ImplicitNullChecks,   true);
    40 define_pd_global(bool,  TrapBasedNullChecks,  false);
    39 define_pd_global(bool,  TrapBasedNullChecks,  false);