mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
Merge
This commit is contained in:
commit
7b82f72ba9
29 changed files with 575 additions and 317 deletions
|
@ -2771,7 +2771,6 @@ class ClassStatistics: AllStatic {
|
|||
nmethods++;
|
||||
method_size += m->size();
|
||||
// class loader uses same objArray for empty vectors, so don't count these
|
||||
if (m->exception_table()->length() != 0) method_size += m->exception_table()->size();
|
||||
if (m->has_stackmap_table()) {
|
||||
method_size += m->stackmap_data()->size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue