hotspot Udiff src/share/vm/oops/methodData.cpp (original) (raw)

< prev index next >

Print this page

rev 10455 : [mq]: webrev.01


@@ -1726,10 +1726,11 @@ } #endif }

void MethodData::clean_method_data(BoolObjectClosure* is_alive) {


@@ -1742,10 +1743,11 @@ clean_extra_data(&cl); verify_extra_data_clean(&cl); }

void MethodData::clean_weak_method_links() {


@@ -1755,10 +1757,11 @@ verify_extra_data_clean(&cl); }

#ifdef ASSERT void MethodData::verify_clean_weak_method_links() {

< prev index next >