< prev index next >

src/hotspot/share/oops/typeArrayKlass.hpp

8211447: Replace oop_pc_update_pointers with oop_iterate and closure

*** 72,89 **** oop protection_domain() const { return NULL; } // Copying void copy_array(arrayOop s, int src_pos, arrayOop d, int dst_pos, int length, TRAPS); - // GC specific object visitors - // - - #if INCLUDE_PARALLELGC - // Parallel Compact - void oop_pc_update_pointers(oop obj, ParCompactionManager* cm); - #endif - // Oop iterators. Since there are no oops in TypeArrayKlasses, // these functions only return the size of the object. private: // The implementation used by all oop_oop_iterate functions in TypeArrayKlasses. --- 72,81 ----
< prev index next >