< prev index next >

src/hotspot/share/memory/universe.cpp

Print this page

*** 247,265 **** _bool_mirror == NULL && _char_mirror == NULL && _long_mirror == NULL && _short_mirror == NULL && _void_mirror == NULL, "mirrors should be NULL"); } #endif ! f->do_oop(&_int_mirror); ! f->do_oop(&_float_mirror); ! f->do_oop(&_double_mirror); ! f->do_oop(&_byte_mirror); ! f->do_oop(&_bool_mirror); ! f->do_oop(&_char_mirror); ! f->do_oop(&_long_mirror); ! f->do_oop(&_short_mirror); ! f->do_oop(&_void_mirror); #endif f->do_ptr((void**)&_the_array_interfaces_array); f->do_ptr((void**)&_the_empty_int_array); f->do_ptr((void**)&_the_empty_short_array); --- 247,265 ---- _bool_mirror == NULL && _char_mirror == NULL && _long_mirror == NULL && _short_mirror == NULL && _void_mirror == NULL, "mirrors should be NULL"); } #endif ! f->do_mirror_oop(&_int_mirror); ! f->do_mirror_oop(&_float_mirror); ! f->do_mirror_oop(&_double_mirror); ! f->do_mirror_oop(&_byte_mirror); ! f->do_mirror_oop(&_bool_mirror); ! f->do_mirror_oop(&_char_mirror); ! f->do_mirror_oop(&_long_mirror); ! f->do_mirror_oop(&_short_mirror); ! f->do_mirror_oop(&_void_mirror); #endif f->do_ptr((void**)&_the_array_interfaces_array); f->do_ptr((void**)&_the_empty_int_array); f->do_ptr((void**)&_the_empty_short_array);
< prev index next >