equal
deleted
inserted
replaced
410 soc->do_tag(objArrayOopDesc::base_offset_in_bytes()); |
410 soc->do_tag(objArrayOopDesc::base_offset_in_bytes()); |
411 soc->do_tag(typeArrayOopDesc::base_offset_in_bytes(T_BYTE)); |
411 soc->do_tag(typeArrayOopDesc::base_offset_in_bytes(T_BYTE)); |
412 soc->do_tag(sizeof(Symbol)); |
412 soc->do_tag(sizeof(Symbol)); |
413 |
413 |
414 // Dump/restore miscellaneous metadata. |
414 // Dump/restore miscellaneous metadata. |
415 Universe::serialize(soc, true); |
415 Universe::serialize(soc); |
416 soc->do_tag(--tag); |
416 soc->do_tag(--tag); |
417 |
417 |
418 // Dump/restore references to commonly used names and signatures. |
418 // Dump/restore references to commonly used names and signatures. |
419 vmSymbols::serialize(soc); |
419 vmSymbols::serialize(soc); |
420 soc->do_tag(--tag); |
420 soc->do_tag(--tag); |