src/share/vm/oops/klassPS.hpp

changeset 2314
f95d63e2154a
parent 2061
9d7a8ab3736b
child 2534
e5383553fd4e
equal deleted inserted replaced
2313:e33f46fc48ed 2314:f95d63e2154a
1 /* 1 /*
2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2007, 2010, 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.
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 * 22 *
23 */ 23 */
24 #ifndef KLASS_PS_H 24
25 #define KLASS_PS_H 25 #ifndef SHARE_VM_OOPS_KLASSPS_HPP
26 #define SHARE_VM_OOPS_KLASSPS_HPP
26 27
27 // Expands to Parallel Scavenge and Parallel Old declarations 28 // Expands to Parallel Scavenge and Parallel Old declarations
28 29
29 #ifndef SERIALGC 30 #ifndef SERIALGC
30 #define PARALLEL_GC_DECLS \ 31 #define PARALLEL_GC_DECLS \
50 #else // SERIALGC 51 #else // SERIALGC
51 #define PARALLEL_GC_DECLS 52 #define PARALLEL_GC_DECLS
52 #define PARALLEL_GC_DECLS_PV 53 #define PARALLEL_GC_DECLS_PV
53 #endif // SERIALGC 54 #endif // SERIALGC
54 55
55 #endif // KLASS_PS_H 56 #endif // SHARE_VM_OOPS_KLASSPS_HPP

mercurial