vmStructs_parNew.hpp revision 8413:92457dfb91bd
171088Sjasone/*
271088Sjasone * Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
371088Sjasone * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
471088Sjasone *
571088Sjasone * This code is free software; you can redistribute it and/or modify it
671088Sjasone * under the terms of the GNU General Public License version 2 only, as
771088Sjasone * published by the Free Software Foundation.
871088Sjasone *
971088Sjasone * This code is distributed in the hope that it will be useful, but WITHOUT
1071088Sjasone * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1171088Sjasone * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1271088Sjasone * version 2 for more details (a copy is included in the LICENSE file that
1371088Sjasone * accompanied this code).
1471088Sjasone *
1571088Sjasone * You should have received a copy of the GNU General Public License version
1671088Sjasone * 2 along with this work; if not, write to the Free Software Foundation,
1771088Sjasone * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1871088Sjasone *
1971088Sjasone * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2071088Sjasone * or visit www.oracle.com if you need additional information or have any
2171088Sjasone * questions.
2271088Sjasone *
2371088Sjasone */
2471088Sjasone
2571088Sjasone#ifndef SHARE_VM_GC_CMS_VMSTRUCTS_PARNEW_HPP
2671088Sjasone#define SHARE_VM_GC_CMS_VMSTRUCTS_PARNEW_HPP
2771088Sjasone
2871088Sjasone#define VM_TYPES_PARNEW(declare_type)                                     \
2971088Sjasone           declare_type(ParNewGeneration,             DefNewGeneration)
3071088Sjasone
3171088Sjasone#define VM_INT_CONSTANTS_PARNEW(declare_constant)                         \
3271088Sjasone  declare_constant(Generation::ParNew)
3371088Sjasone
3471088Sjasone#endif // SHARE_VM_GC_CMS_VMSTRUCTS_PARNEW_HPP
3571088Sjasone