src/hotspot/cpu/aarch64/globals_aarch64.hpp
changeset 47881 0ce0ac68ace7
parent 47216 71c04702a3d5
child 48127 efc459cf351e
equal deleted inserted replaced
47824:cf127be65014 47881:0ce0ac68ace7
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2017, 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
    76 
    76 
    77 define_pd_global(bool, CompactStrings, true);
    77 define_pd_global(bool, CompactStrings, true);
    78 
    78 
    79 // Clear short arrays bigger than one word in an arch-specific way
    79 // Clear short arrays bigger than one word in an arch-specific way
    80 define_pd_global(intx, InitArrayShortSize, BytesPerLong);
    80 define_pd_global(intx, InitArrayShortSize, BytesPerLong);
       
    81 
       
    82 define_pd_global(bool, ThreadLocalHandshakes, false);
    81 
    83 
    82 #if defined(COMPILER1) || defined(COMPILER2)
    84 #if defined(COMPILER1) || defined(COMPILER2)
    83 define_pd_global(intx, InlineSmallCode,          1000);
    85 define_pd_global(intx, InlineSmallCode,          1000);
    84 #endif
    86 #endif
    85 
    87