mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6912062: disassembler plugin needs to produce symbolic information in product mode
More informative disassembly in product mode. Also, a more consistent CompileCommand syntax. Reviewed-by: never
This commit is contained in:
parent
7548b8eed5
commit
fdbb64ef71
39 changed files with 262 additions and 128 deletions
|
@ -308,6 +308,7 @@ void methodKlass::oop_print_on(oop obj, outputStream* st) {
|
|||
}
|
||||
}
|
||||
|
||||
#endif //PRODUCT
|
||||
|
||||
void methodKlass::oop_print_value_on(oop obj, outputStream* st) {
|
||||
assert(obj->is_method(), "must be method");
|
||||
|
@ -323,8 +324,6 @@ void methodKlass::oop_print_value_on(oop obj, outputStream* st) {
|
|||
if (WizardMode && m->code() != NULL) st->print(" ((nmethod*)%p)", m->code());
|
||||
}
|
||||
|
||||
#endif // PRODUCT
|
||||
|
||||
const char* methodKlass::internal_name() const {
|
||||
return "{method}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue