< prev index next >

src/share/vm/oops/typeArrayKlass.hpp

Print this page
rev 7183 : autospecialized oop_iterate using SFINAE and templates

*** 70,79 **** --- 70,81 ---- oop protection_domain() const { return NULL; } // Copying void copy_array(arrayOop s, int src_pos, arrayOop d, int dst_pos, int length, TRAPS); + int get_linear_oop_intervals(oop obj, OopInterval* &start, int &size); + // Iteration int oop_oop_iterate(oop obj, ExtendedOopClosure* blk); int oop_oop_iterate_m(oop obj, ExtendedOopClosure* blk, MemRegion mr); // Garbage collection
< prev index next >