mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8141564: Convert TraceItables and PrintVtables to Unified Logging
The former -XX:+TraceItables and +PrintVtables flags have been converted to UL options -Xlog:itables=trace and vtables=trace Reviewed-by: acorn, coleenp, dholmes
This commit is contained in:
parent
98193d202b
commit
6dac872d4d
15 changed files with 556 additions and 188 deletions
|
@ -939,6 +939,7 @@ class Method : public Metadata {
|
|||
void print_on(outputStream* st) const;
|
||||
#endif
|
||||
void print_value_on(outputStream* st) const;
|
||||
void print_linkage_flags(outputStream* st) PRODUCT_RETURN;
|
||||
|
||||
const char* internal_name() const { return "{method}"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue