hotspot/src/share/vm/opto/c2_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.
    31          MATERIALIZE_PD_PRODUCT_FLAG, \
    31          MATERIALIZE_PD_PRODUCT_FLAG, \
    32          MATERIALIZE_DIAGNOSTIC_FLAG, \
    32          MATERIALIZE_DIAGNOSTIC_FLAG, \
    33          MATERIALIZE_EXPERIMENTAL_FLAG, \
    33          MATERIALIZE_EXPERIMENTAL_FLAG, \
    34          MATERIALIZE_NOTPRODUCT_FLAG, \
    34          MATERIALIZE_NOTPRODUCT_FLAG, \
    35          IGNORE_RANGE, \
    35          IGNORE_RANGE, \
    36          IGNORE_CONSTRAINT)
    36          IGNORE_CONSTRAINT, \
       
    37          IGNORE_WRITEABLE)