src/share/vm/oops/klassPS.hpp

changeset 2314
f95d63e2154a
parent 2061
9d7a8ab3736b
child 2534
e5383553fd4e
     1.1 --- a/src/share/vm/oops/klassPS.hpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/oops/klassPS.hpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -21,8 +21,9 @@
    1.11   * questions.
    1.12   *
    1.13   */
    1.14 -#ifndef KLASS_PS_H
    1.15 -#define KLASS_PS_H
    1.16 +
    1.17 +#ifndef SHARE_VM_OOPS_KLASSPS_HPP
    1.18 +#define SHARE_VM_OOPS_KLASSPS_HPP
    1.19  
    1.20    // Expands to Parallel Scavenge and Parallel Old declarations
    1.21  
    1.22 @@ -52,4 +53,4 @@
    1.23  #define PARALLEL_GC_DECLS_PV
    1.24  #endif // SERIALGC
    1.25  
    1.26 -#endif // KLASS_PS_H
    1.27 +#endif // SHARE_VM_OOPS_KLASSPS_HPP

mercurial