< prev index next >

src/hotspot/share/gc/shared/specialized_oop_closures.hpp

Print this page

        

*** 78,94 **** SPECIALIZED_OOP_OOP_ITERATE_CLOSURES_1(f) #define ALL_OOP_OOP_ITERATE_CLOSURES_2(f) \ SPECIALIZED_OOP_OOP_ITERATE_CLOSURES_2(f) - // This macro applies an argument macro to all OopClosures for which we - // want specialized bodies of a family of methods related to - // "par_oop_iterate". The arguments to f are the same as above. - // The "root_class" is the most general class to define; this may be - // "OopClosure" in some applications and "OopsInGenClosure" in others. - - - #define ALL_PAR_OOP_ITERATE_CLOSURES(f) \ - f(ExtendedOopClosure,_v) \ - CMSGC_ONLY(SPECIALIZED_PAR_OOP_ITERATE_CLOSURES(f)) - #endif // SHARE_VM_GC_SHARED_SPECIALIZED_OOP_CLOSURES_HPP --- 78,83 ----
< prev index next >