mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8098791: Remove PrintClassStatistics and PrintMethodStatistics
PrintClassStatistics and PrintMethodStatistics have been removed. Reviewed-by: coleenp, iklam
This commit is contained in:
parent
b206c669f7
commit
4694fbd776
4 changed files with 0 additions and 199 deletions
|
@ -366,8 +366,6 @@ public:
|
|||
// Printing
|
||||
static void print(bool details = true);
|
||||
static void print_shared(bool details = true);
|
||||
static void print_class_statistics() PRODUCT_RETURN;
|
||||
static void print_method_statistics() PRODUCT_RETURN;
|
||||
|
||||
// Number of contained klasses
|
||||
// This is both fully loaded classes and classes in the process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue