src/share/vm/oops/instanceMirrorKlass.hpp

changeset 4544
3c9bc17b9403
parent 4542
db9981fd3124
child 5784
190899198332
     1.1 --- a/src/share/vm/oops/instanceMirrorKlass.hpp	Wed Feb 06 15:22:32 2013 -0800
     1.2 +++ b/src/share/vm/oops/instanceMirrorKlass.hpp	Thu Feb 07 16:05:48 2013 -0500
     1.3 @@ -28,6 +28,7 @@
     1.4  #include "classfile/systemDictionary.hpp"
     1.5  #include "oops/instanceKlass.hpp"
     1.6  #include "runtime/handles.hpp"
     1.7 +#include "utilities/macros.hpp"
     1.8  
     1.9  // An InstanceMirrorKlass is a specialized InstanceKlass for
    1.10  // java.lang.Class instances.  These instances are special because
    1.11 @@ -107,13 +108,13 @@
    1.12    ALL_OOP_OOP_ITERATE_CLOSURES_1(InstanceMirrorKlass_OOP_OOP_ITERATE_DECL)
    1.13    ALL_OOP_OOP_ITERATE_CLOSURES_2(InstanceMirrorKlass_OOP_OOP_ITERATE_DECL)
    1.14  
    1.15 -#ifndef SERIALGC
    1.16 +#if INCLUDE_ALL_GCS
    1.17  #define InstanceMirrorKlass_OOP_OOP_ITERATE_BACKWARDS_DECL(OopClosureType, nv_suffix) \
    1.18    int oop_oop_iterate_backwards##nv_suffix(oop obj, OopClosureType* blk);
    1.19  
    1.20    ALL_OOP_OOP_ITERATE_CLOSURES_1(InstanceMirrorKlass_OOP_OOP_ITERATE_BACKWARDS_DECL)
    1.21    ALL_OOP_OOP_ITERATE_CLOSURES_2(InstanceMirrorKlass_OOP_OOP_ITERATE_BACKWARDS_DECL)
    1.22 -#endif // !SERIALGC
    1.23 +#endif // INCLUDE_ALL_GCS
    1.24  };
    1.25  
    1.26  #endif // SHARE_VM_OOPS_INSTANCEMIRRORKLASS_HPP

mercurial