comparison src/share/vm/oops/klass.cpp @ 113:ba764ed4b6f2

6420645: Create a vm that uses compressed oops for up to 32gb heapsizes Summary: Compressed oops in instances, arrays, and headers. Code contributors are coleenp, phh, never, swamyv Reviewed-by: jmasa, kamg, acorn, tbell, kvn, rasbold
author coleenp
date Sun, 13 Apr 2008 17:43:42 -0400
parents d5fc211aea19
children d1605aabd0a1
comparison
equal deleted inserted replaced
110:a49a647afe9a 113:ba764ed4b6f2
540 } 540 }
541 541
542 542
543 void Klass::oop_verify_old_oop(oop obj, oop* p, bool allow_dirty) { 543 void Klass::oop_verify_old_oop(oop obj, oop* p, bool allow_dirty) {
544 /* $$$ I think this functionality should be handled by verification of 544 /* $$$ I think this functionality should be handled by verification of
545
546 RememberedSet::verify_old_oop(obj, p, allow_dirty, false); 545 RememberedSet::verify_old_oop(obj, p, allow_dirty, false);
547
548 the card table. */ 546 the card table. */
549 } 547 }
548 void Klass::oop_verify_old_oop(oop obj, narrowOop* p, bool allow_dirty) { }
550 549
551 #ifndef PRODUCT 550 #ifndef PRODUCT
552 551
553 void Klass::verify_vtable_index(int i) { 552 void Klass::verify_vtable_index(int i) {
554 assert(oop_is_instance() || oop_is_array(), "only instanceKlass and arrayKlass have vtables"); 553 assert(oop_is_instance() || oop_is_array(), "only instanceKlass and arrayKlass have vtables");