< prev index next >

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

Print this page

        

*** 34,44 **** #endif #if INCLUDE_SERIALGC #include "gc/serial/serial_specialized_oop_closures.hpp" #endif #if INCLUDE_ZGC ! #include "gc/z/zOopClosures.specialized.hpp" #endif // The following OopClosure types get specialized versions of // "oop_oop_iterate" that invoke the closures' do_oop methods // non-virtually, using a mechanism defined in this file. Extend these --- 34,44 ---- #endif #if INCLUDE_SERIALGC #include "gc/serial/serial_specialized_oop_closures.hpp" #endif #if INCLUDE_ZGC ! #include "gc/z/z_specialized_oop_closures.hpp" #endif // The following OopClosure types get specialized versions of // "oop_oop_iterate" that invoke the closures' do_oop methods // non-virtually, using a mechanism defined in this file. Extend these
< prev index next >