hotspot/src/share/vm/gc/g1/g1_globals.cpp
changeset 38273 2634194d7555
parent 31371 311143309e73
child 39117 59fa99a45873
equal deleted inserted replaced
38267:29feb145a316 38273:2634194d7555
     1 /*
     1 /*
     2  * Copyright (c) 2001, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2001, 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.
    33          MATERIALIZE_EXPERIMENTAL_FLAG, \
    33          MATERIALIZE_EXPERIMENTAL_FLAG, \
    34          MATERIALIZE_NOTPRODUCT_FLAG,  \
    34          MATERIALIZE_NOTPRODUCT_FLAG,  \
    35          MATERIALIZE_MANAGEABLE_FLAG, \
    35          MATERIALIZE_MANAGEABLE_FLAG, \
    36          MATERIALIZE_PRODUCT_RW_FLAG, \
    36          MATERIALIZE_PRODUCT_RW_FLAG, \
    37          IGNORE_RANGE, \
    37          IGNORE_RANGE, \
    38          IGNORE_CONSTRAINT)
    38          IGNORE_CONSTRAINT, \
       
    39          IGNORE_WRITEABLE)