mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
Move dependency creation and cleaned up logging Reviewed-by: hseigel, jiangli
This commit is contained in:
parent
a06129a432
commit
4c3e072611
21 changed files with 181 additions and 313 deletions
|
@ -2190,8 +2190,8 @@ bool Method::is_valid_method() const {
|
|||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
void Method::print_jmethod_ids(ClassLoaderData* loader_data, outputStream* out) {
|
||||
out->print_cr("jni_method_id count = %d", loader_data->jmethod_ids()->count_methods());
|
||||
void Method::print_jmethod_ids(const ClassLoaderData* loader_data, outputStream* out) {
|
||||
out->print(" jni_method_id count = %d", loader_data->jmethod_ids()->count_methods());
|
||||
}
|
||||
#endif // PRODUCT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue