mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 00:54:38 +02:00
4988100: oop_verify_old_oop appears to be dead
Removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
This commit is contained in:
parent
bb59715dae
commit
f695b75d78
43 changed files with 110 additions and 197 deletions
|
@ -581,14 +581,6 @@ void Klass::oop_verify_on(oop obj, outputStream* st) {
|
|||
guarantee(obj->klass()->is_klass(), "klass field is not a klass");
|
||||
}
|
||||
|
||||
|
||||
void Klass::oop_verify_old_oop(oop obj, oop* p, bool allow_dirty) {
|
||||
/* $$$ I think this functionality should be handled by verification of
|
||||
RememberedSet::verify_old_oop(obj, p, allow_dirty, false);
|
||||
the card table. */
|
||||
}
|
||||
void Klass::oop_verify_old_oop(oop obj, narrowOop* p, bool allow_dirty) { }
|
||||
|
||||
#ifndef PRODUCT
|
||||
|
||||
void Klass::verify_vtable_index(int i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue