hotspot/src/share/vm/c1/c1_globals.cpp
changeset 38273 2634194d7555
parent 31371 311143309e73
child 39117 59fa99a45873
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.
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "c1/c1_globals.hpp"
    26 #include "c1/c1_globals.hpp"
    27 
    27 
    28 C1_FLAGS(MATERIALIZE_DEVELOPER_FLAG, MATERIALIZE_PD_DEVELOPER_FLAG, MATERIALIZE_PRODUCT_FLAG, MATERIALIZE_PD_PRODUCT_FLAG, MATERIALIZE_DIAGNOSTIC_FLAG, MATERIALIZE_NOTPRODUCT_FLAG, IGNORE_RANGE, IGNORE_CONSTRAINT)
    28 C1_FLAGS(MATERIALIZE_DEVELOPER_FLAG, \
       
    29          MATERIALIZE_PD_DEVELOPER_FLAG, \
       
    30          MATERIALIZE_PRODUCT_FLAG, \
       
    31          MATERIALIZE_PD_PRODUCT_FLAG, \
       
    32          MATERIALIZE_DIAGNOSTIC_FLAG, \
       
    33          MATERIALIZE_NOTPRODUCT_FLAG, \
       
    34          IGNORE_RANGE, \
       
    35          IGNORE_CONSTRAINT, \
       
    36          IGNORE_WRITEABLE)