< prev index next >

src/share/vm/gc/epsilon/epsilon_globals.cpp

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2001, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2017, Red Hat, Inc. and/or its affiliates.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -21,13 +21,13 @@
  * questions.
  *
  */
 
 #include "precompiled.hpp"
-#include "gc/g1/g1_globals.hpp"
+#include "gc/epsilon/epsilon_globals.hpp"
 
-G1_FLAGS(MATERIALIZE_DEVELOPER_FLAG, \
+EPSILON_FLAGS(MATERIALIZE_DEVELOPER_FLAG, \
          MATERIALIZE_PD_DEVELOPER_FLAG, \
          MATERIALIZE_PRODUCT_FLAG, \
          MATERIALIZE_PD_PRODUCT_FLAG,     \
          MATERIALIZE_DIAGNOSTIC_FLAG, \
          MATERIALIZE_PD_DIAGNOSTIC_FLAG, \
< prev index next >