mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
8264644: Add PrintClassLoaderDataGraphAtExit to print the detailed CLD graph
Reviewed-by: coleenp, dholmes, shade
This commit is contained in:
parent
b1ebf82269
commit
440c34a62b
6 changed files with 61 additions and 15 deletions
|
@ -2255,8 +2255,8 @@ bool Method::is_valid_method(const Method* m) {
|
|||
}
|
||||
|
||||
#ifndef PRODUCT
|
||||
void Method::print_jmethod_ids(const ClassLoaderData* loader_data, outputStream* out) {
|
||||
out->print(" jni_method_id count = %d", loader_data->jmethod_ids()->count_methods());
|
||||
void Method::print_jmethod_ids_count(const ClassLoaderData* loader_data, outputStream* out) {
|
||||
out->print("%d", loader_data->jmethod_ids()->count_methods());
|
||||
}
|
||||
#endif // PRODUCT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue