hotspot/src/share/vm/c1/c1_globals.hpp
changeset 38273 2634194d7555
parent 37268 b2c690909eea
child 38289 96e35aced4ef
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
     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  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    58 #endif
    58 #endif
    59 
    59 
    60 //
    60 //
    61 // Defines all global flags used by the client compiler.
    61 // Defines all global flags used by the client compiler.
    62 //
    62 //
    63 #define C1_FLAGS(develop, develop_pd, product, product_pd, diagnostic, notproduct, range, constraint) \
    63 #define C1_FLAGS(develop, \
       
    64                  develop_pd, \
       
    65                  product, \
       
    66                  product_pd, \
       
    67                  diagnostic, \
       
    68                  notproduct, \
       
    69                  range, \
       
    70                  constraint, \
       
    71                  writeable) \
    64                                                                             \
    72                                                                             \
    65   /* Printing */                                                            \
    73   /* Printing */                                                            \
    66   notproduct(bool, PrintC1Statistics, false,                                \
    74   notproduct(bool, PrintC1Statistics, false,                                \
    67           "Print Compiler1 statistics" )                                    \
    75           "Print Compiler1 statistics" )                                    \
    68                                                                             \
    76                                                                             \
   348          DECLARE_PRODUCT_FLAG, \
   356          DECLARE_PRODUCT_FLAG, \
   349          DECLARE_PD_PRODUCT_FLAG, \
   357          DECLARE_PD_PRODUCT_FLAG, \
   350          DECLARE_DIAGNOSTIC_FLAG, \
   358          DECLARE_DIAGNOSTIC_FLAG, \
   351          DECLARE_NOTPRODUCT_FLAG, \
   359          DECLARE_NOTPRODUCT_FLAG, \
   352          IGNORE_RANGE, \
   360          IGNORE_RANGE, \
   353          IGNORE_CONSTRAINT)
   361          IGNORE_CONSTRAINT, \
       
   362          IGNORE_WRITEABLE)
   354 
   363 
   355 #endif // SHARE_VM_C1_C1_GLOBALS_HPP
   364 #endif // SHARE_VM_C1_C1_GLOBALS_HPP