mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8275439: Remove PrintVtableStats
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
50a57238a8
commit
135cf3c94d
9 changed files with 0 additions and 125 deletions
|
@ -1005,8 +1005,6 @@ public:
|
|||
void print_nonstatic_fields(FieldClosure* cl); // including inherited and injected fields
|
||||
|
||||
void methods_do(void f(Method* method));
|
||||
void array_klasses_do(void f(Klass* k));
|
||||
void array_klasses_do(void f(Klass* k, TRAPS), TRAPS);
|
||||
|
||||
static InstanceKlass* cast(Klass* k) {
|
||||
return const_cast<InstanceKlass*>(cast(const_cast<const Klass*>(k)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue