c2_globals.cpp revision 1879:f95d63e2154a
175584Sru/*
2151497Sru * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
375584Sru * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
475584Sru *
5104862Sru * This code is free software; you can redistribute it and/or modify it
675584Sru * under the terms of the GNU General Public License version 2 only, as
775584Sru * published by the Free Software Foundation.
875584Sru *
975584Sru * This code is distributed in the hope that it will be useful, but WITHOUT
10151497Sru * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1175584Sru * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12104862Sru * version 2 for more details (a copy is included in the LICENSE file that
1375584Sru * accompanied this code).
1475584Sru *
1575584Sru * You should have received a copy of the GNU General Public License version
1675584Sru * 2 along with this work; if not, write to the Free Software Foundation,
17151497Sru * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1875584Sru *
1975584Sru * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2075584Sru * or visit www.oracle.com if you need additional information or have any
2175584Sru * questions.
2275584Sru *
2375584Sru */
2475584Sru
2575584Sru#include "precompiled.hpp"
2675584Sru#include "opto/c2_globals.hpp"
2775584Sru
2875584SruC2_FLAGS(MATERIALIZE_DEVELOPER_FLAG, MATERIALIZE_PD_DEVELOPER_FLAG, MATERIALIZE_PRODUCT_FLAG, MATERIALIZE_PD_PRODUCT_FLAG, MATERIALIZE_DIAGNOSTIC_FLAG, MATERIALIZE_EXPERIMENTAL_FLAG, MATERIALIZE_NOTPRODUCT_FLAG)
2975584Sru