< prev index next >

src/share/vm/oops/instanceMirrorKlass.hpp

Print this page

        

*** 80,93 **** } int compute_static_oop_field_count(oop obj); // Given a Klass return the size of the instance ! int instance_size(KlassHandle k); // allocation ! instanceOop allocate_instance(KlassHandle k, TRAPS); // GC specific object visitors // // Mark Sweep int oop_ms_adjust_pointers(oop obj); --- 80,93 ---- } int compute_static_oop_field_count(oop obj); // Given a Klass return the size of the instance ! int instance_size(Klass* k); // allocation ! instanceOop allocate_instance(Klass* k, TRAPS); // GC specific object visitors // // Mark Sweep int oop_ms_adjust_pointers(oop obj);
< prev index next >