src/hotspot/cpu/zero/globals_zero.hpp
changeset 47881 0ce0ac68ace7
parent 47216 71c04702a3d5
child 52460 f1bb77833b59
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 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
    79 define_pd_global(bool, PreserveFramePointer, false);
    79 define_pd_global(bool, PreserveFramePointer, false);
    80 
    80 
    81 // No performance work done here yet.
    81 // No performance work done here yet.
    82 define_pd_global(bool, CompactStrings, false);
    82 define_pd_global(bool, CompactStrings, false);
    83 
    83 
       
    84 define_pd_global(bool, ThreadLocalHandshakes, false);
       
    85 
    84 #define ARCH_FLAGS(develop, \
    86 #define ARCH_FLAGS(develop, \
    85                    product, \
    87                    product, \
    86                    diagnostic, \
    88                    diagnostic, \
    87                    experimental, \
    89                    experimental, \
    88                    notproduct, \
    90                    notproduct, \